Update mod.rs

This commit is contained in:
hhggit 2019-11-20 19:51:01 +08:00 committed by GitHub
parent 2c9b558d14
commit 72ed4eb4fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,5 +2,8 @@
cfg_std! {
pub mod io;
}
cfg_default! {
pub mod fs;
}