Update version attribute for 1.71 lints

This commit is contained in:
xFrednet 2023-07-11 19:23:01 +02:00
parent 3be3fb7231
commit 31397b489a
No known key found for this signature in database
GPG key ID: F5C59D0E669E5302
3 changed files with 3 additions and 3 deletions

View file

@ -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"