We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba1be5 commit fafb584Copy full SHA for fafb584
src/lib.rs
@@ -7,7 +7,7 @@
7
// `Clippy` is not happy with the `derivative` crate in rust 1.73.
8
// Remove this statement when `Clippy` or `derivative` fixes it.
9
// See: https://github.com/mcarton/rust-derivative/issues/115
10
-#![allow(clippy::incorrect_partial_ord_impl_on_ord_type, unused_imports)]
+#![allow(clippy::non_canonical_partial_ord_impl, unused_imports)]
11
12
use arbitrary::{Arbitrary, Unstructured};
13
use bitvec::vec::BitVec;
0 commit comments