We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b9366 commit 02afbb9Copy full SHA for 02afbb9
CHANGELOG.md
@@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file.
18
* Fix false positive in [`needless_range_loop`] pertaining to structs without a `.iter()`
19
* Fix false positive in [`bool_comparison`] pertaining to non-bool types
20
* Fix false positive in [`redundant_closure`] pertaining to differences in borrows
21
- * Fix false positive in [`map_or`] on non-copy types
+ * Fix false positive in [`option_map_unwrap_or`] on non-copy types
22
* Fix false positives in [`missing_const_for_fn`] pertaining to macros and trait method impls
23
* Fix false positive in [`needless_pass_by_value`] pertaining to procedural macros
24
* Fix false positive in [`needless_continue`] pertaining to loop labels
0 commit comments