Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix clippy lint empty_docs #3946

Merged

Conversation

kflansburg
Copy link
Contributor

@kflansburg kflansburg commented May 3, 2024

I think there may be more locations where this should be done, but its only impacting structs for me.

Closes #3945

@kflansburg kflansburg changed the title Fix clippy lint about empty docstring Fix clippy lint empty_docs May 3, 2024
Copy link
Collaborator

@Liamolucko Liamolucko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
Can you add a changelog entry?
CI should be fixed by #3949 if you rebase.

@kflansburg kflansburg force-pushed the kflansburg/fix-empty-doc-comment branch from ceabebe to 5f13de2 Compare May 7, 2024 23:23
@kflansburg kflansburg force-pushed the kflansburg/fix-empty-doc-comment branch from 5f13de2 to 536bd7e Compare May 7, 2024 23:24
@Liamolucko Liamolucko merged commit 73e5a8c into rustwasm:main May 8, 2024
25 checks passed
daxpedda pushed a commit to daxpedda/wasm-bindgen that referenced this pull request May 21, 2024
* Do not include docstring if empty

Closes rustwasm#3945

* Move changelog entry to correct section
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wasm-bindgen appears to trigger new clippy lint clippy::empty_docs
2 participants