mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
remove clippy warning that does not exist in 1.71
This commit is contained in:
parent
554f84f97f
commit
cfeac8922e
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@
|
||||||
#![allow(clippy::redundant_static_lifetimes)]
|
#![allow(clippy::redundant_static_lifetimes)]
|
||||||
#![allow(clippy::needless_borrow)]
|
#![allow(clippy::needless_borrow)]
|
||||||
#![allow(clippy::clone_on_copy)]
|
#![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"))]
|
#[cfg(any(target_arch = "arm", target_arch = "wasm32", target_arch = "x86"))]
|
||||||
#[derive(Clone, Debug, Eq, Ord, Hash, PartialEq, PartialOrd)]
|
#[derive(Clone, Debug, Eq, Ord, Hash, PartialEq, PartialOrd)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue