Allow clippy::derive_hash_xor_eq

This commit is contained in:
Nilstrieb 2022-06-08 18:43:12 +02:00
parent 956a84bfe0
commit c01bf62ee4

View File

@ -17,6 +17,7 @@
clippy::single_match,
clippy::useless_format,
clippy::derive_partial_eq_without_eq,
clippy::derive_hash_xor_eq,
clippy::too_many_arguments
)]