Skip to content

Commit 1972608

Browse files
committed
Remove obsolete clippy allow
1 parent 64e68b7 commit 1972608

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,6 @@ impl<T: Float> Ord for NotNan<T> {
991991
}
992992
}
993993

994-
#[allow(clippy::derive_partial_eq_without_eq)]
995994
impl<T: Float> Hash for NotNan<T> {
996995
#[inline]
997996
fn hash<H: Hasher>(&self, state: &mut H) {

0 commit comments

Comments
 (0)