Skip to content

Commit df33cf9

Browse files
committed
[wasi] Add use core::iter::Iterator;
1 parent 5375260 commit df33cf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wasi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// `wasi-libc` project provides multiple libraries including emulated features, but we list only basic features with `libc.a` here.
33

44
use super::{Send, Sync};
5+
use core::iter::Iterator;
56

67
pub use ffi::c_void;
78

0 commit comments

Comments
 (0)