]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/declared_lints.rs
Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-Simulacrum
[rust.git] / src / tools / clippy / clippy_lints / src / declared_lints.rs
index 2982460c9cfa49b6d2a4850eae3edd85a3daaa4f..91ca73633f062d7e0f1c3e10ac31b3ef085ec297 100644 (file)
     crate::dereference::NEEDLESS_BORROW_INFO,
     crate::dereference::REF_BINDING_TO_REFERENCE_INFO,
     crate::derivable_impls::DERIVABLE_IMPLS_INFO,
-    crate::derive::DERIVE_HASH_XOR_EQ_INFO,
+    crate::derive::DERIVED_HASH_WITH_MANUAL_EQ_INFO,
     crate::derive::DERIVE_ORD_XOR_PARTIAL_ORD_INFO,
     crate::derive::DERIVE_PARTIAL_EQ_WITHOUT_EQ_INFO,
     crate::derive::EXPL_IMPL_CLONE_ON_COPY_INFO,