diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-08 10:12:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 14:12:10 +0000 |
commit | 86010bec092d074b161800da06149cfb79fb9f4b (patch) | |
tree | 78ab91b1fffc53ff8a56fc86e2c6f0459b21a129 /cli/util/mod.rs | |
parent | 1e97f0f1487d27b69d85ebe8e9d84c21af1d9dde (diff) |
fix(workspace): better cli file argument handling (#24447)
Closes https://github.com/denoland/deno/issues/24422
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; |