File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ declare_clippy_lint! {
4949 /// }
5050 /// }
5151 /// ```
52- #[ clippy:: version = "1.74 .0" ]
52+ #[ clippy:: version = "1.75 .0" ]
5353 pub ITER_WITHOUT_INTO_ITER ,
5454 pedantic,
5555 "implementing `iter(_mut)` without an associated `IntoIterator for (&|&mut) Type` impl"
@@ -101,7 +101,7 @@ declare_clippy_lint! {
101101 /// }
102102 /// }
103103 /// ```
104- #[ clippy:: version = "1.74 .0" ]
104+ #[ clippy:: version = "1.75 .0" ]
105105 pub INTO_ITER_WITHOUT_ITER ,
106106 pedantic,
107107 "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! {
4040 ///
4141 /// let hash = s.hash_one(&value);
4242 /// ```
43- #[ clippy:: version = "1.74 .0" ]
43+ #[ clippy:: version = "1.75 .0" ]
4444 pub MANUAL_HASH_ONE ,
4545 complexity,
4646 "manual implementations of `BuildHasher::hash_one`"
You can’t perform that action at this time.
0 commit comments