mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-22 12:43:18 +00:00
Also mention --fix
for nightly users
This commit is contained in:
parent
803670eeb2
commit
30c28a796d
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue