Skip to content

Commit

Permalink
Expand glob export
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 20, 2023
1 parent 61bb71b commit 56cc4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pub(crate) use std::fs::Metadata;
use std::{ffi::OsStr, io, path::Path};

pub(crate) use fs_err::*;
pub(crate) use fs_err::{create_dir_all, read_dir, symlink_metadata, write};

/// Removes a file from the filesystem **if exists**.
pub(crate) fn remove_file(path: impl AsRef<Path>) -> io::Result<()> {
Expand Down

0 comments on commit 56cc4f2

Please sign in to comment.