diff options
Diffstat (limited to 'cli/util/mod.rs')
-rw-r--r-- | cli/util/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/util/mod.rs b/cli/util/mod.rs index 89df7bb98..69cdc77c3 100644 --- a/cli/util/mod.rs +++ b/cli/util/mod.rs @@ -2,6 +2,7 @@ // Note: Only add code in this folder that has no application specific logic pub mod checksum; +pub mod collections; pub mod console; pub mod diff; pub mod display; |