We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2220806 commit 5bd989aCopy full SHA for 5bd989a
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