File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ declare_clippy_lint! {
49
49
/// }
50
50
/// }
51
51
/// ```
52
- #[ clippy:: version = "1.74 .0" ]
52
+ #[ clippy:: version = "1.75 .0" ]
53
53
pub ITER_WITHOUT_INTO_ITER ,
54
54
pedantic,
55
55
"implementing `iter(_mut)` without an associated `IntoIterator for (&|&mut) Type` impl"
@@ -101,7 +101,7 @@ declare_clippy_lint! {
101
101
/// }
102
102
/// }
103
103
/// ```
104
- #[ clippy:: version = "1.74 .0" ]
104
+ #[ clippy:: version = "1.75 .0" ]
105
105
pub INTO_ITER_WITHOUT_ITER ,
106
106
pedantic,
107
107
"implementing `IntoIterator for (&|&mut) Type` without an inherent `iter(_mut)` method"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ declare_clippy_lint! {
40
40
///
41
41
/// let hash = s.hash_one(&value);
42
42
/// ```
43
- #[ clippy:: version = "1.74 .0" ]
43
+ #[ clippy:: version = "1.75 .0" ]
44
44
pub MANUAL_HASH_ONE ,
45
45
complexity,
46
46
"manual implementations of `BuildHasher::hash_one`"
You can’t perform that action at this time.
0 commit comments