-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.
Description
Quoting from #53128 (comment)
Previously
warn(unused_extern_crates)
was a way to detect unused dependencies. How can I:
- declare dependencies in the root module
- be warned when those dependencies are not used
As it is now, cargo builds all dependencies and does not warn if they are unused.
adam-azarchs, sjackman, jonas-schievink, pYtoner, 95th and 14 moreschneiderfelipe
Metadata
Metadata
Assignees
Labels
A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.