remove clippy warning that does not exist in 1.71

This commit is contained in:
Folkert 2023-11-18 23:27:54 +01:00
parent 554f84f97f
commit cfeac8922e
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -15,8 +15,6 @@
#![allow(clippy::redundant_static_lifetimes)]
#![allow(clippy::needless_borrow)]
#![allow(clippy::clone_on_copy)]
#![allow(clippy::non_canonical_clone_impl)]
#![allow(clippy::non_canonical_partial_ord_impl)]
#[cfg(any(target_arch = "arm", target_arch = "wasm32", target_arch = "x86"))]
#[derive(Clone, Debug, Eq, Ord, Hash, PartialEq, PartialOrd)]