Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused Float::is_sign_negative trait method
warning: method `is_sign_negative` is never used --> src/lexical/num.rs:251:8 | 175 | pub trait Float: Number { | ----- method in this trait ... 251 | fn is_sign_negative(self) -> bool; | ^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
- Loading branch information