Skip to content

"warning: unused import: std::os::unix::io::AsRawFd" on FreeBSD #786

@azulbeae

Description

@azulbeae

On FreeBSD, this compiles fine, however, there is one warning:

warning: unused import: `std::os::unix::io::AsRawFd`
   --> src/kbs2/agent.rs:229:13
    |
229 |           use std::os::unix::io::AsRawFd;
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default

warning: `kbs2` (bin "kbs2") generated 1 warning (run `cargo fix --bin "kbs2"` to apply 1 suggestion)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions