We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6d9641 + 5bd989a commit 390286dCopy full SHA for 390286d
clippy_lints/src/unneeded_struct_pattern.rs
@@ -32,7 +32,7 @@ declare_clippy_lint! {
32
/// None => 0,
33
/// };
34
/// ```
35
- #[clippy::version = "1.83.0"]
+ #[clippy::version = "1.86.0"]
36
pub UNNEEDED_STRUCT_PATTERN,
37
style,
38
"using struct pattern to match against unit variant"
0 commit comments