Skip to content

Commit 8bc1a9e

Browse files
authored
unnecessary_map_or: fix version for lint addition (rust-lang#13733)
Fix rust-lang#13730 changelog: none
2 parents d49501c + 6dcac6e commit 8bc1a9e

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)