-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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.
Reactions are currently unavailable
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.