forked from mirror/async-std
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