mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
tokio: expose tokio_fs::metadata (#479)
This commit is contained in:
committed by
Carl Lerche
parent
1e90e27720
commit
c85bde3170
@@ -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,
|
|
||||||
};
|
|
||||||
|
|||||||
Reference in New Issue
Block a user