We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fba62 commit 27edc88Copy full SHA for 27edc88
1 file changed
hermit-abi/src/lib.rs
@@ -10,8 +10,6 @@ pub mod errno;
10
pub mod tcplistener;
11
pub mod tcpstream;
12
13
-use core::mem::MaybeUninit;
14
-
15
use core::ffi::{c_int, c_void};
16
17
/// A thread handle type
0 commit comments