Update version for unneeded_struct_pattern (#14031)

This lint was merged recently
https://github.com/rust-lang/rust-clippy/pull/13465 and should go with
the next version 1.86.0 https://github.com/rust-lang/rust-clippy/tags

changelog: none
This commit is contained in:
Alex Macleod 2025-02-05 13:55:22 +00:00 committed by GitHub
commit 390286d664
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ declare_clippy_lint! {
/// None => 0,
/// };
/// ```
#[clippy::version = "1.83.0"]
#[clippy::version = "1.86.0"]
pub UNNEEDED_STRUCT_PATTERN,
style,
"using struct pattern to match against unit variant"