unnecessary_map_or: fix version for lint addition (#13733)

Fix #13730

changelog: none
This commit is contained in:
Catherine Flores 2024-11-26 17:46:12 +00:00 committed by GitHub
commit 8bc1a9e49a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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, …)`"