Skip to content

Commit fafb584

Browse files
committed
fix
1 parent bba1be5 commit fafb584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// `Clippy` is not happy with the `derivative` crate in rust 1.73.
88
// Remove this statement when `Clippy` or `derivative` fixes it.
99
// See: https://github.com/mcarton/rust-derivative/issues/115
10-
#![allow(clippy::incorrect_partial_ord_impl_on_ord_type, unused_imports)]
10+
#![allow(clippy::non_canonical_partial_ord_impl, unused_imports)]
1111

1212
use arbitrary::{Arbitrary, Unstructured};
1313
use bitvec::vec::BitVec;

0 commit comments

Comments
 (0)