Skip to content

Commit 6dcac6e

Browse files
committed
unnecessary_map_or: fix version for lint addition
1 parent d49501c commit 6dcac6e

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4129,7 +4129,7 @@ declare_clippy_lint! {
41294129
/// )
41304130
/// }
41314131
/// ```
4132-
#[clippy::version = "1.75.0"]
4132+
#[clippy::version = "1.84.0"]
41334133
pub UNNECESSARY_MAP_OR,
41344134
style,
41354135
"reduce unnecessary calls to `.map_or(bool, …)`"

0 commit comments

Comments
 (0)