mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
Adjusting changelog
This commit is contained in:
parent
9a3ccd8547
commit
b6ffb29315
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ document.
|
|||
|
||||
### New Lints
|
||||
|
||||
* Renamed Lint: `if_let_some_result` is now called [`match_result_ok`].
|
||||
* Renamed Lint: `if_let_some_result` is now called [`match_result_ok`]. Now also handles `while let` case.
|
||||
|
||||
## Rust 1.55
|
||||
|
||||
|
|
Loading…
Reference in a new issue