diff options
| author | diogo464 <[email protected]> | 2021-07-09 10:08:13 -0400 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2021-07-09 10:08:13 -0400 |
| commit | 3c63bf31b0c4f105d155622c84baf91745f5b9c6 (patch) | |
| tree | 7e792aef85448401cf89b0ba168f600832ea2b99 /dotup_cli/src/commands/mod.rs | |
| parent | 21c234735ebf74899ce9a98cb46d9500b3f51e89 (diff) | |
Moved utils module to the root of the crate.
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 | } |
