summaryrefslogtreecommitdiffstats
path: root/src/io/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/mod.rs')
-rw-r--r--src/io/mod.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/io/mod.rs b/src/io/mod.rs
index f360d19..f577cc6 100644
--- a/src/io/mod.rs
+++ b/src/io/mod.rs
@@ -1,7 +1,5 @@
mod io_observer;
mod io_worker;
-mod name_resolution;
-pub use io_observer::IOWorkerObserver;
-pub use io_worker::{FileOp, IOWorkerOptions, IOWorkerProgress, IOWorkerThread};
-pub use name_resolution::rename_filename_conflict;
+pub use io_observer::IoWorkerObserver;
+pub use io_worker::{FileOp, IoWorkerOptions, IoWorkerProgress, IoWorkerThread};