diff --git a/src/fs.rs b/src/fs.rs index fe3a913c6..f0ed9a530 100644 --- a/src/fs.rs +++ b/src/fs.rs @@ -7,8 +7,4 @@ //! the context of the Tokio runtime as they require Tokio specific features to //! function. -pub use tokio_fs::{ - file, - File, - OpenOptions, -}; +pub use tokio_fs::{file, metadata, File, OpenOptions};