]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/cmp_owned/asymmetric_partial_eq.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / cmp_owned / asymmetric_partial_eq.rs
index 88bc2f51dd6629a8b923f4a1a874ad424764c80f..020ef5f840bd52add76fb847d98b2c62ea5bd38a 100644 (file)
@@ -1,5 +1,5 @@
 // run-rustfix
-#![allow(unused, clippy::redundant_clone)] // See #5700
+#![allow(unused, clippy::redundant_clone, clippy::derive_partial_eq_without_eq)] // See #5700
 
 // Define the types in each module to avoid trait impls leaking between modules.
 macro_rules! impl_types {