File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ declare_clippy_lint! {
3232 /// // [...]
3333 /// }
3434 /// ```
35- #[ clippy:: version = "1.70 .0" ]
35+ #[ clippy:: version = "1.71 .0" ]
3636 pub ITEMS_AFTER_TEST_MODULE ,
3737 style,
3838 "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! {
601601 /// // use `number`
602602 /// }
603603 /// ```
604- #[ clippy:: version = "1.70 .0" ]
604+ #[ clippy:: version = "1.71 .0" ]
605605 pub MANUAL_WHILE_LET_SOME ,
606606 style,
607607 "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! {
106106 /// # let mut skip: bool;
107107 /// skip = !must_keep(x, y);
108108 /// ```
109- #[ clippy:: version = "1.69 .0" ]
109+ #[ clippy:: version = "1.71 .0" ]
110110 pub NEEDLESS_BOOL_ASSIGN ,
111111 complexity,
112112 "setting the same boolean variable in both branches of an if-statement"
You can’t perform that action at this time.
0 commit comments