Skip to content

Commit

Permalink
Remove obsolete clippy allow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Mar 20, 2023
1 parent 64e68b7 commit 1972608
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,6 @@ impl<T: Float> Ord for NotNan<T> {
}
}

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

0 comments on commit 1972608

Please sign in to comment.