Commit ca05f69
committed
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 default1 parent 09d865b commit ca05f69
1 file changed
+0
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | 251 | | |
253 | 252 | | |
254 | 253 | | |
| |||
368 | 367 | | |
369 | 368 | | |
370 | 369 | | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | 370 | | |
377 | 371 | | |
378 | 372 | | |
| |||
432 | 426 | | |
433 | 427 | | |
434 | 428 | | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | 429 | | |
0 commit comments