You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: associated constant `NEGATIVE_INFINITY_BITS` is never used
--> src/lexical/num.rs:223:11
|
175 | pub trait Float: Number {
| ----- associated constant in this trait
...
223 | const NEGATIVE_INFINITY_BITS: Self::Unsigned;
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
0 commit comments