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.
2 parents 04bded5 + 2645ea3 commit b86a202Copy full SHA for b86a202
src/driver.rs
@@ -268,8 +268,6 @@ pub fn main() {
268
},
269
_ => Some(s.to_string()),
270
})
271
- // FIXME: remove this line in 1.79 to only keep `--cfg clippy`.
272
- .chain(vec!["--cfg".into(), r#"feature="cargo-clippy""#.into()])
273
.chain(vec!["--cfg".into(), "clippy".into()])
274
.collect::<Vec<String>>();
275
0 commit comments