Skip to content

Commit 02afbb9

Browse files
phanschManishearth
andauthored
Update CHANGELOG.md
Co-Authored-By: Manishearth <[email protected]>
1 parent 22b9366 commit 02afbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file.
1818
* Fix false positive in [`needless_range_loop`] pertaining to structs without a `.iter()`
1919
* Fix false positive in [`bool_comparison`] pertaining to non-bool types
2020
* 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
2222
* Fix false positives in [`missing_const_for_fn`] pertaining to macros and trait method impls
2323
* Fix false positive in [`needless_pass_by_value`] pertaining to procedural macros
2424
* Fix false positive in [`needless_continue`] pertaining to loop labels

0 commit comments

Comments
 (0)