Update version attribute for 1.71 lints
This commit is contained in:
parent
3be3fb7231
commit
31397b489a
3 changed files with 3 additions and 3 deletions
|
|
@ -601,7 +601,7 @@ declare_clippy_lint! {
|
|||
/// // use `number`
|
||||
/// }
|
||||
/// ```
|
||||
#[clippy::version = "1.70.0"]
|
||||
#[clippy::version = "1.71.0"]
|
||||
pub MANUAL_WHILE_LET_SOME,
|
||||
style,
|
||||
"checking for emptiness of a `Vec` in the loop condition and popping an element in the body"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue