File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ declare_clippy_lint! {
226
226
/// unimplemented!();
227
227
/// }
228
228
/// ```
229
- #[ clippy:: version = "1.40 .0" ]
229
+ #[ clippy:: version = "1.76 .0" ]
230
230
pub TEST_ATTR_IN_DOCTEST ,
231
231
suspicious,
232
232
"presence of `#[test]` in code examples"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ declare_clippy_lint! {
34
34
/// let value = &my_map[key];
35
35
/// }
36
36
/// ```
37
- #[ clippy:: version = "1.75 .0" ]
37
+ #[ clippy:: version = "1.76 .0" ]
38
38
pub ITER_OVER_HASH_TYPE ,
39
39
restriction,
40
40
"iterating over unordered hash-based types (`HashMap` and `HashSet`)"
Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ declare_clippy_lint! {
672
672
/// }
673
673
/// }
674
674
/// ```
675
- #[ clippy:: version = "1.75 .0" ]
675
+ #[ clippy:: version = "1.76 .0" ]
676
676
pub INFINITE_LOOP ,
677
677
restriction,
678
678
"possibly unintended infinite loop"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ declare_clippy_lint! {
42
42
/// // ^^^ this closure executes 123 times
43
43
/// // and the vecs will have the expected capacity
44
44
/// ```
45
- #[ clippy:: version = "1.74 .0" ]
45
+ #[ clippy:: version = "1.76 .0" ]
46
46
pub REPEAT_VEC_WITH_CAPACITY ,
47
47
suspicious,
48
48
"repeating a `Vec::with_capacity` expression which does not retain capacity"
You can’t perform that action at this time.
0 commit comments