mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
Remove unneeded import to make clippy happy
This commit is contained in:
parent
aa26cdf25e
commit
47d21ba4af
1 changed files with 0 additions and 2 deletions
|
@ -107,8 +107,6 @@ impl Permissions {
|
|||
#[allow(trivial_numeric_casts)]
|
||||
#[cfg(unix)]
|
||||
mod modes {
|
||||
use libc;
|
||||
|
||||
pub type Mode = u32;
|
||||
// The `libc::mode_t` type’s actual type varies, but the value returned
|
||||
// from `metadata.permissions().mode()` is always `u32`.
|
||||
|
|
Loading…
Reference in a new issue