We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
derive_partial_eq_without_eq
1 parent 8a62b6f commit c8d32e5Copy full SHA for c8d32e5
clippy_lints/src/derive.rs
@@ -189,7 +189,7 @@ declare_clippy_lint! {
189
/// i_am_eq_too: Vec<String>,
190
/// }
191
/// ```
192
- #[clippy::version = "1.62.0"]
+ #[clippy::version = "1.63.0"]
193
pub DERIVE_PARTIAL_EQ_WITHOUT_EQ,
194
style,
195
"deriving `PartialEq` on a type that can implement `Eq`, without implementing `Eq`"
0 commit comments