Auto merge of #9152 - mati865:patch-2, r=xFrednet
Fix Clippy version in `derive_partial_eq_without_eq` lint It was first added to Rust in https://github.com/rust-lang/rust/pull/97248 which missed 1.62 just by few days. changelog: none
This commit is contained in:
commit
7c1598b399
@ -189,7 +189,7 @@ declare_clippy_lint! {
|
||||
/// i_am_eq_too: Vec<String>,
|
||||
/// }
|
||||
/// ```
|
||||
#[clippy::version = "1.62.0"]
|
||||
#[clippy::version = "1.63.0"]
|
||||
pub DERIVE_PARTIAL_EQ_WITHOUT_EQ,
|
||||
style,
|
||||
"deriving `PartialEq` on a type that can implement `Eq`, without implementing `Eq`"
|
||||
|
Loading…
x
Reference in New Issue
Block a user