We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--fix
1 parent 803670e commit 30c28a7Copy full SHA for 30c28a7
CHANGELOG.md
@@ -43,6 +43,8 @@ Current beta, release 2020-06-04
43
44
### Enhancements
45
46
+* On _nightly_ you can now use `cargo clippy --fix -Z unstable-options` to
47
+ auto-fix lints that support this [#5363](https://github.com/rust-lang/rust-clippy/pull/5363)
48
* Make [`redundant_clone`] also trigger on cases where the cloned value is not
49
consumed. [#5304](https://github.com/rust-lang/rust-clippy/pull/5304)
50
* Expand [`integer_arithmetic`] to also disallow bit-shifting [#5430](https://github.com/rust-lang/rust-clippy/pull/5430)
0 commit comments