You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #6692 - euclio:unused-comments, r=dwijnand
convert unused doc comments to regular comments
rust-lang/rust#57882 will cause the unused_doc_comments lint to fire when doc comments are present on macro expansions, where they aren't used. Since cargo uses `#![deny(warnings)]` in tests, the tests fail to build with that change.
This PR changes the unused doc comments to be regular comments so the warning isn't triggered.
It would be helpful to update cargo in the rust repo after this change, since this blocks the above PR from landing.
0 commit comments