From ad74a63b652f81a4b6e3713b172d0720d9236657 Mon Sep 17 00:00:00 2001 From: Jacherr Date: Sun, 12 Nov 2023 19:37:42 +0000 Subject: [PATCH] run update_lints --- CHANGELOG.md | 1 - tests/ui/rename.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e531c0aa07ff..fced2f689ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5540,7 +5540,6 @@ Released 2018-09-13 [`unnecessary_mut_passed`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed [`unnecessary_operation`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_operation [`unnecessary_owned_empty_strings`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_owned_empty_strings -[`unnecessary_pattern_matching`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_pattern_matching [`unnecessary_safety_comment`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_safety_comment [`unnecessary_safety_doc`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_safety_doc [`unnecessary_self_imports`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_self_imports diff --git a/tests/ui/rename.rs b/tests/ui/rename.rs index 352779353629..940e60068e7b 100644 --- a/tests/ui/rename.rs +++ b/tests/ui/rename.rs @@ -27,7 +27,6 @@ #![allow(clippy::single_char_add_str)] #![allow(clippy::module_name_repetitions)] #![allow(clippy::recursive_format_impl)] -#![allow(clippy::unnecessary_map_or)] #![allow(clippy::unwrap_or_default)] #![allow(clippy::invisible_characters)] #![allow(invalid_reference_casting)]