Skip to content

Commit 30c28a7

Browse files
committed
Also mention --fix for nightly users
1 parent 803670e commit 30c28a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Current beta, release 2020-06-04
4343

4444
### Enhancements
4545

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)
4648
* Make [`redundant_clone`] also trigger on cases where the cloned value is not
4749
consumed. [#5304](https://github.com/rust-lang/rust-clippy/pull/5304)
4850
* Expand [`integer_arithmetic`] to also disallow bit-shifting [#5430](https://github.com/rust-lang/rust-clippy/pull/5430)

0 commit comments

Comments
 (0)