mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
fs: add remove_dir_all and RemoveDirAllFuture (#1325)
Adds the sister function to `remove_dir` and mirrors the `create_dir_all` that's already exposed.
This commit is contained in:
committed by
Carl Lerche
parent
a88308ed9f
commit
12ce75f088
+3
-1
@@ -12,4 +12,6 @@ pub use tokio_fs::{
|
||||
create_dir, create_dir_all, file, hard_link, metadata, os, read_dir, read_link,
|
||||
};
|
||||
pub use tokio_fs::{read, write, ReadFile, WriteFile};
|
||||
pub use tokio_fs::{remove_dir, remove_file, rename, set_permissions, symlink_metadata, File};
|
||||
pub use tokio_fs::{
|
||||
remove_dir, remove_dir_all, remove_file, rename, set_permissions, symlink_metadata, File,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user