-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update version for unneeded_struct_pattern #14031
base: master
Are you sure you want to change the base?
Update version for unneeded_struct_pattern #14031
Conversation
r? @Alexendoo rustbot has assigned @Alexendoo. Use |
@@ -32,7 +32,7 @@ declare_clippy_lint! { | |||
/// None => 0, | |||
/// }; | |||
/// ``` | |||
#[clippy::version = "1.83.0"] | |||
#[clippy::version = "1.85.0"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this version be 1.86.0
?
#[clippy::version = "1.85.0"] | |
#[clippy::version = "1.86.0"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, thanks for pointing. But why we don't have tag for 1.85.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think 1.85.0
will be added when it become stable.
0fc719f
to
5bd989a
Compare
This lint was merged recently #13465 and should go with the next version 1.85.0 https://github.com/rust-lang/rust-clippy/tags
changelog: none