diff options
Diffstat (limited to 'cli/util/mod.rs')
-rw-r--r-- | cli/util/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/util/mod.rs b/cli/util/mod.rs index 2b6583fbc..b7eef95d3 100644 --- a/cli/util/mod.rs +++ b/cli/util/mod.rs @@ -2,7 +2,6 @@ // 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; |