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 triggering lints in testing facilities #4195

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

daxpedda
Copy link
Collaborator

@daxpedda daxpedda commented Oct 13, 2024

Since rust-lang/rust#130025 Rustc now emits missing_docs in tests.

We can avoid triggering lints by wrapping any relevant code in const _: () = { ... };.

@daxpedda daxpedda merged commit 3b46cbe into rustwasm:main Oct 13, 2024
41 checks passed
daxpedda added a commit to daxpedda/wasm-bindgen that referenced this pull request Oct 13, 2024
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.

1 participant