File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ declare_clippy_lint! {
32
32
/// // [...]
33
33
/// }
34
34
/// ```
35
- #[ clippy:: version = "1.70 .0" ]
35
+ #[ clippy:: version = "1.71 .0" ]
36
36
pub ITEMS_AFTER_TEST_MODULE ,
37
37
style,
38
38
"An item was found after the testing module `tests`"
Original file line number Diff line number Diff line change @@ -601,7 +601,7 @@ declare_clippy_lint! {
601
601
/// // use `number`
602
602
/// }
603
603
/// ```
604
- #[ clippy:: version = "1.70 .0" ]
604
+ #[ clippy:: version = "1.71 .0" ]
605
605
pub MANUAL_WHILE_LET_SOME ,
606
606
style,
607
607
"checking for emptiness of a `Vec` in the loop condition and popping an element in the body"
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ declare_clippy_lint! {
106
106
/// # let mut skip: bool;
107
107
/// skip = !must_keep(x, y);
108
108
/// ```
109
- #[ clippy:: version = "1.69 .0" ]
109
+ #[ clippy:: version = "1.71 .0" ]
110
110
pub NEEDLESS_BOOL_ASSIGN ,
111
111
complexity,
112
112
"setting the same boolean variable in both branches of an if-statement"
You can’t perform that action at this time.
0 commit comments