diff options
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r-- | src/commands/mod.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs deleted file mode 100644 index 0f13056..0000000 --- a/src/commands/mod.rs +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | pub mod download; | ||
2 | pub mod io; | ||
3 | pub mod list; | ||
4 | pub mod modification; | ||
5 | pub mod update; | ||
6 | |||
7 | pub use download::*; | ||
8 | pub use io::*; | ||
9 | pub use list::*; | ||
10 | pub use modification::*; | ||
11 | pub use update::*; | ||