mirror of
https://github.com/async-rs/async-std.git
synced 2025-05-14 19:11:27 +00:00
Update mod.rs
This commit is contained in:
parent
2c9b558d14
commit
72ed4eb4fd
1 changed files with 3 additions and 0 deletions
|
@ -2,5 +2,8 @@
|
||||||
|
|
||||||
cfg_std! {
|
cfg_std! {
|
||||||
pub mod io;
|
pub mod io;
|
||||||
|
}
|
||||||
|
|
||||||
|
cfg_default! {
|
||||||
pub mod fs;
|
pub mod fs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue