Skip to content

Commit 4aa499a

Browse files
author
Dave Huseby
committed
removing unusused timespec import
1 parent 1302f28 commit 4aa499a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/liblibc/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,6 @@ pub mod types {
15211521
use types::os::arch::posix88::{dev_t, gid_t};
15221522
use types::os::arch::posix88::{mode_t, off_t};
15231523
use types::os::arch::posix88::{uid_t};
1524-
use types::os::common::posix01::{timespec};
15251524

15261525
pub type nlink_t = uint32_t;
15271526
pub type blksize_t = uint32_t;

0 commit comments

Comments
 (0)