Commit 421a70d
committed
Fix unused imports
warning: unused imports: `parse_concise_float`, `parse_truncated_float`
--> tests/../src/lexical/mod.rs:38:23
|
38 | pub use self::parse::{parse_concise_float, parse_truncated_float};
| ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: unused import: `std::vec::Vec`
--> tests/lexical.rs:30:13
|
30 | pub use std::vec::Vec;
| ^^^^^^^^^^^^^
warning: unused imports: `cmp`, `iter`, `mem`, `ops`
--> tests/lexical.rs:31:19
|
31 | pub use std::{cmp, iter, mem, ops};
| ^^^ ^^^^ ^^^ ^^^1 parent 39f5ad1 commit 421a70d
2 files changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments