mirror of
https://github.com/async-rs/async-std.git
synced 2025-02-06 04:35:32 +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! {
|
||||
pub mod io;
|
||||
}
|
||||
|
||||
cfg_default! {
|
||||
pub mod fs;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue