Skip to content

Commit 27edc88

Browse files
authored
remove unused imports
This PR should remove clippy warnings.
1 parent 85fba62 commit 27edc88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hermit-abi/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ pub mod errno;
1010
pub mod tcplistener;
1111
pub mod tcpstream;
1212

13-
use core::mem::MaybeUninit;
14-
1513
use core::ffi::{c_int, c_void};
1614

1715
/// A thread handle type

0 commit comments

Comments
 (0)