Skip to content

Commit 2645ea3

Browse files
committed
1 parent 345c94c commit 2645ea3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/driver.rs

-2
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ pub fn main() {
270270
},
271271
_ => Some(s.to_string()),
272272
})
273-
// FIXME: remove this line in 1.79 to only keep `--cfg clippy`.
274-
.chain(vec!["--cfg".into(), r#"feature="cargo-clippy""#.into()])
275273
.chain(vec!["--cfg".into(), "clippy".into()])
276274
.collect::<Vec<String>>();
277275

0 commit comments

Comments
 (0)