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:
commit
390286d664
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue