Skip to content

Commit 64e68b7

Browse files
committed
Update clippy lint name
1 parent 45cdd9c commit 64e68b7

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
@@ -991,7 +991,7 @@ impl<T: Float> Ord for NotNan<T> {
991991
}
992992
}
993993

994-
#[allow(clippy::derive_hash_xor_eq)]
994+
#[allow(clippy::derive_partial_eq_without_eq)]
995995
impl<T: Float> Hash for NotNan<T> {
996996
#[inline]
997997
fn hash<H: Hasher>(&self, state: &mut H) {

0 commit comments

Comments
 (0)