From 02afbb9d6162070ecb7ef9823d7473e511ef5dfe Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Sun, 14 Apr 2019 08:14:48 -0700 Subject: [PATCH] Update CHANGELOG.md Co-Authored-By: Manishearth --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62823b56e1e6..4d68eaf57807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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