Skip to content

Commit bfc23e3

Browse files
committed
Remove stray comment
1 parent 478e67d commit bfc23e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,8 +1994,6 @@ impl_float_const!(OrderedFloat, OrderedFloat);
19941994
// Float constants are not NaN.
19951995
impl_float_const!(NotNan, |x| unsafe { NotNan::new_unchecked(x) });
19961996

1997-
// canonical raw bit patterns (for hashing)
1998-
19991997
mod hash_internals {
20001998
pub trait SealedTrait: Copy + num_traits::float::FloatCore {
20011999
type Bits: core::hash::Hash;

0 commit comments

Comments
 (0)