diff options
Diffstat (limited to 'dotup_cli/src/commands/mod.rs')
| -rw-r--r-- | dotup_cli/src/commands/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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; | |||
| 3 | pub mod link; | 3 | pub mod link; |
| 4 | pub mod uninstall; | 4 | pub mod uninstall; |
| 5 | pub mod unlink; | 5 | pub mod unlink; |
| 6 | pub mod utils; | ||
| 7 | 6 | ||
| 8 | mod prelude { | 7 | mod prelude { |
| 9 | pub use super::utils; | ||
| 10 | pub use crate::prelude::*; | 8 | pub use crate::prelude::*; |
| 11 | } | 9 | } |
