We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
feature=cargo-clippy
1 parent 345c94c commit 2645ea3Copy full SHA for 2645ea3
src/driver.rs
@@ -270,8 +270,6 @@ pub fn main() {
270
},
271
_ => Some(s.to_string()),
272
})
273
- // FIXME: remove this line in 1.79 to only keep `--cfg clippy`.
274
- .chain(vec!["--cfg".into(), r#"feature="cargo-clippy""#.into()])
275
.chain(vec!["--cfg".into(), "clippy".into()])
276
.collect::<Vec<String>>();
277
0 commit comments