We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabeba3 commit 6b2297dCopy full SHA for 6b2297d
src/libstd/libc.rs
@@ -349,7 +349,6 @@ pub mod types {
349
use libc::types::os::arch::c95::{c_uchar, c_uint, c_ulong, time_t};
350
use libc::types::os::arch::c99::{c_longlong, c_ulonglong};
351
use libc::types::os::arch::posix88::{uid_t, gid_t, ino_t};
352
- use libc::types::os::arch::posix88::{uid_t};
353
354
pub type nlink_t = u16;
355
pub type blksize_t = u32;
0 commit comments