mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
22606e7358
Add new lint `negative_feature_names` and `redundant_feature_names` Add new lint [`negative_feature_names`] to detect feature names with prefixes `no-` or `not-` and new lint [`redundant_feature_names`] to detect feature names with prefixes `use-`, `with-` or suffix `-support` changelog: Add new lint [`negative_feature_names`] and [`redundant_feature_names`]