Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit d282544

Browse files
authored
Remove FileInputStream from public API (#10970)
1 parent c35189a commit d282544

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/wasi/src/p2/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ mod view;
243243
mod write_stream;
244244

245245
pub use self::ctx::{WasiCtx, WasiCtxBuilder};
246-
pub use self::filesystem::{FileInputStream, FsError, FsResult};
246+
pub use self::filesystem::{FsError, FsResult};
247247
pub use self::network::{SocketError, SocketResult};
248248
pub use self::stdio::{
249249
AsyncStdinStream, AsyncStdoutStream, IsATTY, OutputFile, Stderr, Stdin, StdinStream, Stdout,

0 commit comments

Comments
 (0)