mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Update CHANGELOG.md
Co-Authored-By: Manishearth <manishsmail@gmail.com>
This commit is contained in:
parent
22b9366e75
commit
02afbb9d61
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file.
|
|||
* Fix false positive in [`needless_range_loop`] pertaining to structs without a `.iter()`
|
||||
* Fix false positive in [`bool_comparison`] pertaining to non-bool types
|
||||
* Fix false positive in [`redundant_closure`] pertaining to differences in borrows
|
||||
* Fix false positive in [`map_or`] on non-copy types
|
||||
* Fix false positive in [`option_map_unwrap_or`] on non-copy types
|
||||
* Fix false positives in [`missing_const_for_fn`] pertaining to macros and trait method impls
|
||||
* Fix false positive in [`needless_pass_by_value`] pertaining to procedural macros
|
||||
* Fix false positive in [`needless_continue`] pertaining to loop labels
|
||||
|
|
Loading…
Reference in a new issue