-
-
Notifications
You must be signed in to change notification settings - Fork 373
Open
Description
Here on Win 7 x64 building i686 and x86_64 with pc-windows-msvc v1.77.2 it shows the following:
warning: unused imports: `DisplayWidth`, `TextCellContents`
--> src\output\mod.rs:2:22
|
2 | pub use self::cell::{DisplayWidth, TextCell, TextCellContents};
| ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> src\main.rs:7:9
|
7 | #![warn(unused)]
| ^^^^^^
= note: `#[warn(unused_imports)]` implied by `#[warn(unused)]`
warning: unused import: `self::octal::Render as OctalPermissionsRender`
--> src\output\render\mod.rs:43:9
|
43 | pub use self::octal::Render as OctalPermissionsRender;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: `eza` (bin "eza") generated 2 warnings (run `cargo fix --bin "eza"` to apply 2 suggestions)
Cheers.
Metadata
Metadata
Assignees
Labels
No labels