multiple_crate_versions lint detects dev dependencies also #5041
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
T-cargo
Type: cargo related
The stated reason for the multiple_crate_versions check is
However this error triggers when multiple crates declare a dev dependency on the same target also. For example:
However because this is a dev dependency it should not cause any of the issues mentioned above. It would be good to exclude dev and test dependencies from this check.
The text was updated successfully, but these errors were encountered: