tokio: expose tokio_fs::metadata (#479)

This commit is contained in:
Laurențiu Nicola
2018-07-24 13:56:42 -07:00
committed by Carl Lerche
parent 1e90e27720
commit c85bde3170
+1 -5
View File
@@ -7,8 +7,4 @@
//! the context of the Tokio runtime as they require Tokio specific features to //! the context of the Tokio runtime as they require Tokio specific features to
//! function. //! function.
pub use tokio_fs::{ pub use tokio_fs::{file, metadata, File, OpenOptions};
file,
File,
OpenOptions,
};