We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5375260 + df33cf9 commit 179315aCopy full SHA for 179315a
src/wasi.rs
@@ -2,6 +2,7 @@
2
// `wasi-libc` project provides multiple libraries including emulated features, but we list only basic features with `libc.a` here.
3
4
use super::{Send, Sync};
5
+use core::iter::Iterator;
6
7
pub use ffi::c_void;
8
0 commit comments