Skip to content

Commit c0f5a8e

Browse files
committed
fix: Remove unnecessary io modules
1 parent 1e18839 commit c0f5a8e

File tree

5 files changed

+0
-799
lines changed

5 files changed

+0
-799
lines changed

src/io/mod.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -305,14 +305,7 @@ cfg_std! {
305305
}
306306

307307
cfg_default! {
308-
pub use stderr::{stderr, Stderr, StderrLock};
309-
pub use stdin::{stdin, Stdin, StdinLock};
310-
pub use stdout::{stdout, Stdout, StdoutLock};
311308
pub use timeout::timeout;
312309

313310
mod timeout;
314-
mod stderr;
315-
mod stdin;
316-
mod stdio;
317-
mod stdout;
318311
}

src/io/stderr.rs

Lines changed: 0 additions & 251 deletions
This file was deleted.

0 commit comments

Comments
 (0)