Skip to content

Commit 2682681

Browse files
authored
Merge pull request #3856 from tgross35/backport-wasi-fix
WASI: fix missing `Iterator` with `rustc-dep-of-std`
2 parents 6637dbe + 71440ab commit 2682681

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
@@ -1,4 +1,5 @@
11
use super::{Send, Sync};
2+
use core::iter::Iterator;
23

34
pub use ffi::c_void;
45

0 commit comments

Comments
 (0)