mirror of
https://github.com/async-rs/async-std.git
synced 2025-02-15 16:59:39 +00:00
cargo fmt
This commit is contained in:
parent
a4381230b8
commit
7f71af9415
2 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ pub use dir_builder::DirBuilder;
|
|||
pub use dir_entry::DirEntry;
|
||||
pub use file::File;
|
||||
pub use file_type::FileType;
|
||||
pub use open_options::OpenOptions;
|
||||
pub use metadata::Metadata;
|
||||
pub use open_options::OpenOptions;
|
||||
pub use permissions::Permissions;
|
||||
pub use read_dir::ReadDir;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
use std::path::Path;
|
||||
|
||||
use crate::io;
|
||||
use crate::fs::Permissions;
|
||||
use crate::io;
|
||||
use crate::task::blocking;
|
||||
|
||||
/// Changes the permissions of a file or directory.
|
||||
|
|
Loading…
Reference in a new issue