Skip to content

Commit

Permalink
Update version for unneeded_struct_pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-semenyuk committed Jan 19, 2025
1 parent 2220806 commit 5bd989a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/unneeded_struct_pattern.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5bd989a

Please sign in to comment.