-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-lintArea: New lintsArea: New lintsC-an-interesting-projectCategory: Interesting projects, that usually are more involved design/code wise.Category: Interesting projects, that usually are more involved design/code wise.E-mediumCall for participation: Medium difficulty level problem and requires some initial experience.Call for participation: Medium difficulty level problem and requires some initial experience.S-needs-discussionStatus: Needs further discussion before merging or work can be startedStatus: Needs further discussion before merging or work can be startedT-cargoType: cargo relatedType: cargo related
Description
(Only works with cargo clippy
, may not be in scope with clippy. See #1614)
Features are supposed to be additive, and negatively-named features violate it. Lint when the crate declares a feature named no_std
/ no-std
, and suggest using default-features = ["std"]
instead.
(Main motivation in rust-lang/rfcs#1841.)
Metadata
Metadata
Assignees
Labels
A-lintArea: New lintsArea: New lintsC-an-interesting-projectCategory: Interesting projects, that usually are more involved design/code wise.Category: Interesting projects, that usually are more involved design/code wise.E-mediumCall for participation: Medium difficulty level problem and requires some initial experience.Call for participation: Medium difficulty level problem and requires some initial experience.S-needs-discussionStatus: Needs further discussion before merging or work can be startedStatus: Needs further discussion before merging or work can be startedT-cargoType: cargo relatedType: cargo related