mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
remove unused import from dragonfly os raw
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
definitions")]
|
||||
#![allow(deprecated)]
|
||||
|
||||
use os::raw::c_long;
|
||||
use os::unix::raw::{uid_t, gid_t};
|
||||
|
||||
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blkcnt_t = u64;
|
||||
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blksize_t = u64;
|
||||
#[stable(feature = "raw_ext", since = "1.1.0")] pub type dev_t = u64;
|
||||
|
||||
Reference in New Issue
Block a user