Skip to content

"warning: unused imports: DisplayWidth, `TextCellContents'" #1024

@hellishvictor

Description

@hellishvictor

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions