Skip to content

Commit

Permalink
Remove allow(clippy::eq_op) that was entirely unnecessary.
Browse files Browse the repository at this point in the history
At one point I must have had an `x == x` test for NaN but removed it.
  • Loading branch information
kpreid committed Nov 25, 2024
1 parent 7a5340a commit f64db4b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions all-is-cubes-base/src/math/restricted_number.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#![allow(
clippy::eq_op,
reason = "necessary for const is_nan() tests; remove after Rust 1.83"
)]

use core::fmt;
use core::hash;
use core::ops;
Expand Down

0 comments on commit f64db4b

Please sign in to comment.