unnecessary_map_or: fix version for lint addition
This commit is contained in:
parent
d49501c818
commit
6dcac6e2bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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, …)`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue