Skip to content

Commit

Permalink
unnecessary_map_or: fix version for lint addition
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Nov 26, 2024
1 parent d49501c commit 6dcac6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/methods/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4129,7 +4129,7 @@ declare_clippy_lint! {
/// )
/// }
/// ```
#[clippy::version = "1.75.0"]
#[clippy::version = "1.84.0"]
pub UNNECESSARY_MAP_OR,
style,
"reduce unnecessary calls to `.map_or(bool, …)`"
Expand Down

0 comments on commit 6dcac6e

Please sign in to comment.