We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478e67d commit bfc23e3Copy full SHA for bfc23e3
src/lib.rs
@@ -1994,8 +1994,6 @@ impl_float_const!(OrderedFloat, OrderedFloat);
1994
// Float constants are not NaN.
1995
impl_float_const!(NotNan, |x| unsafe { NotNan::new_unchecked(x) });
1996
1997
-// canonical raw bit patterns (for hashing)
1998
-
1999
mod hash_internals {
2000
pub trait SealedTrait: Copy + num_traits::float::FloatCore {
2001
type Bits: core::hash::Hash;
0 commit comments