From 30c28a796da3f8e1302d1189b0150953b92dc3a6 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Tue, 21 Apr 2020 07:06:44 +0200 Subject: [PATCH] Also mention `--fix` for nightly users --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 240b9616b..b8b10c8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,8 @@ Current beta, release 2020-06-04 ### Enhancements +* On _nightly_ you can now use `cargo clippy --fix -Z unstable-options` to + auto-fix lints that support this [#5363](https://github.com/rust-lang/rust-clippy/pull/5363) * Make [`redundant_clone`] also trigger on cases where the cloned value is not consumed. [#5304](https://github.com/rust-lang/rust-clippy/pull/5304) * Expand [`integer_arithmetic`] to also disallow bit-shifting [#5430](https://github.com/rust-lang/rust-clippy/pull/5430)