Skip to content

Commit 4b4e086

Browse files
xFrednetSamarth1696
authored andcommitted
1 parent 08fa6a9 commit 4b4e086

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tools/clippy/src/driver.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ pub fn main() {
268268
},
269269
_ => Some(s.to_string()),
270270
})
271-
// FIXME: remove this line in 1.79 to only keep `--cfg clippy`.
272-
.chain(vec!["--cfg".into(), r#"feature="cargo-clippy""#.into()])
273271
.chain(vec!["--cfg".into(), "clippy".into()])
274272
.collect::<Vec<String>>();
275273

0 commit comments

Comments
 (0)