Skip to content

Commit 6b2297d

Browse files
yichoithestinger
authored andcommitted
std: unused import fix for android
1 parent aabeba3 commit 6b2297d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/libc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ pub mod types {
349349
use libc::types::os::arch::c95::{c_uchar, c_uint, c_ulong, time_t};
350350
use libc::types::os::arch::c99::{c_longlong, c_ulonglong};
351351
use libc::types::os::arch::posix88::{uid_t, gid_t, ino_t};
352-
use libc::types::os::arch::posix88::{uid_t};
353352

354353
pub type nlink_t = u16;
355354
pub type blksize_t = u32;

0 commit comments

Comments
 (0)