Skip to content

Commit 179315a

Browse files
authored
Merge pull request #3854 from youknowone/wasi-select
[wasi] Add use core::iter::Iterator;
2 parents 5375260 + df33cf9 commit 179315a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wasi.rs

+1
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)