From 3c63bf31b0c4f105d155622c84baf91745f5b9c6 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Fri, 9 Jul 2021 10:08:13 -0400 Subject: Moved utils module to the root of the crate. --- dotup_cli/src/commands/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'dotup_cli/src/commands/mod.rs') diff --git a/dotup_cli/src/commands/mod.rs b/dotup_cli/src/commands/mod.rs index f372662..ef7fd0f 100644 --- a/dotup_cli/src/commands/mod.rs +++ b/dotup_cli/src/commands/mod.rs @@ -3,9 +3,7 @@ pub mod install; pub mod link; pub mod uninstall; pub mod unlink; -pub mod utils; mod prelude { - pub use super::utils; pub use crate::prelude::*; } -- cgit