Skip to content

Commit

Permalink
Merge pull request #3856 from tgross35/backport-wasi-fix
Browse files Browse the repository at this point in the history
WASI: fix missing `Iterator` with `rustc-dep-of-std`
  • Loading branch information
tgross35 committed Aug 19, 2024
2 parents 6637dbe + 71440ab commit 2682681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wasi.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use super::{Send, Sync};
use core::iter::Iterator;

pub use ffi::c_void;

Expand Down

0 comments on commit 2682681

Please sign in to comment.