]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/cmp_owned/asymmetric_partial_eq.fixed
New upstream version 1.63.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / cmp_owned / asymmetric_partial_eq.fixed
index 3305ac9bf8b6cb40ec93bc7fadea0ad83b920d4e..abd059c2308012426364e7f87015e1cad3460d8c 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 {