File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file.
18
18
* Fix false positive in [ ` needless_range_loop ` ] pertaining to structs without a ` .iter() `
19
19
* Fix false positive in [ ` bool_comparison ` ] pertaining to non-bool types
20
20
* Fix false positive in [ ` redundant_closure ` ] pertaining to differences in borrows
21
- * Fix false positive in [ ` map_or ` ] on non-copy types
21
+ * Fix false positive in [ ` option_map_unwrap_or ` ] on non-copy types
22
22
* Fix false positives in [ ` missing_const_for_fn ` ] pertaining to macros and trait method impls
23
23
* Fix false positive in [ ` needless_pass_by_value ` ] pertaining to procedural macros
24
24
* Fix false positive in [ ` needless_continue ` ] pertaining to loop labels
You can’t perform that action at this time.
0 commit comments