]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/derive_hash_xor_eq.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / derive_hash_xor_eq.rs
index 10abe22d53e5c1338c8f136eacc301e8c77e4128..813ddc5664642733f1a786a8a0bde0497dd19573 100644 (file)
@@ -1,3 +1,5 @@
+#![allow(clippy::derive_partial_eq_without_eq)]
+
 #[derive(PartialEq, Hash)]
 struct Foo;