Skip to content

Commit

Permalink
[wasi] Add use core::iter::Iterator;
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Aug 19, 2024
1 parent 5375260 commit df33cf9
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
Expand Up @@ -2,6 +2,7 @@
// `wasi-libc` project provides multiple libraries including emulated features, but we list only basic features with `libc.a` here.

use super::{Send, Sync};
use core::iter::Iterator;

pub use ffi::c_void;

Expand Down

0 comments on commit df33cf9

Please sign in to comment.