Skip to content

Commit 5bd989a

Browse files
committed
Update version for unneeded_struct_pattern
1 parent 2220806 commit 5bd989a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unneeded_struct_pattern.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ declare_clippy_lint! {
3232
/// None => 0,
3333
/// };
3434
/// ```
35-
#[clippy::version = "1.83.0"]
35+
#[clippy::version = "1.86.0"]
3636
pub UNNEEDED_STRUCT_PATTERN,
3737
style,
3838
"using struct pattern to match against unit variant"

0 commit comments

Comments
 (0)