Skip to content

Commit

Permalink
Auto merge of #13246 - xFrednet:12292-remove-cargo-clippy-feature, r=…
Browse files Browse the repository at this point in the history
…flip1995

Remove `feature=cargo-clippy` argument

Roses are red,
Violets are blue,
Fixme was written,
And now it's due

---

changelog: **Important Change** Removed the implicit `cargo-clippy` feature set by Clippy as announced here: <https://blog.rust-lang.org/2024/02/28/Clippy-deprecating-feature-cargo-clippy.html>
[#13246](#13246)

Follow-up of: #12292

r? `@flip1995`

cc: `@GuillaumeGomez`
  • Loading branch information
bors committed Aug 29, 2024
2 parents 04bded5 + 2645ea3 commit b86a202
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 @@ -268,8 +268,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 b86a202

Please sign in to comment.