Skip to content

Commit

Permalink
Remove feature=cargo-clippy argument
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Aug 9, 2024
1 parent 345c94c commit 2645ea3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ pub fn main() {
},
_ => Some(s.to_string()),
})
// FIXME: remove this line in 1.79 to only keep `--cfg clippy`.
.chain(vec!["--cfg".into(), r#"feature="cargo-clippy""#.into()])
.chain(vec!["--cfg".into(), "clippy".into()])
.collect::<Vec<String>>();

Expand Down

0 comments on commit 2645ea3

Please sign in to comment.