Remove unneeded import to make clippy happy

This commit is contained in:
Andrew Chin 2020-04-28 14:09:01 -04:00 committed by Abin Simon
parent aa26cdf25e
commit 47d21ba4af

View file

@ -107,8 +107,6 @@ impl Permissions {
#[allow(trivial_numeric_casts)]
#[cfg(unix)]
mod modes {
use libc;
pub type Mode = u32;
// The `libc::mode_t` types actual type varies, but the value returned
// from `metadata.permissions().mode()` is always `u32`.