Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Sep 14, 2019
1 parent a438123 commit 7f71af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/fs/set_permissions.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7f71af9

Please sign in to comment.