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
Make unused-extern-crate warn-by-default
Apart from enabling the lint, this pull request also removes existing unused crates in the codebase, and fix some amount of false positives on crates with special purposes.
Now that all false positive issues are closed, it should be possible to make it available to wider users.
Quote:
> Now that macro modularization is implemented, this is true today! *#30849 (comment)
Concerns: can break some `#[deny(warnings)]`.
Close#42591
List of crates that can suffer from the link-only false positives:
Allocators used to, but not after redesign.
The text was updated successfully, but these errors were encountered: