-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
In today's @rust-lang/cargo meeting, we discussed some of the issues and false positives with the upstream lint for unused crates. We're interested in trying to get Cargo to natively issue this lint, initially as something that can be enabled, and eventually something enabled by default.
See rust-lang/cargo#6669 (comment) - we agreed to try the experiment of adding an option for --all-targets-including-doc
(which may become --all-targets
in a future edition). That solves part of the problem.
It seems like that plus dep-info should give enough information to compute this without false positives.
@est31 Given the experience you have with cargo-udeps
, we wondered if you'd be interested in prototyping adding this support natively to Cargo.
mhnap and fox91est31 and flowchartsman
Metadata
Metadata
Assignees
Labels
No labels