mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
b86a202c92
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](https://github.com/rust-lang/rust-clippy/pull/13246) Follow-up of: rust-lang/rust-clippy#12292 r? `@flip1995` cc: `@GuillaumeGomez`