diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-01-15 19:15:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-15 19:15:39 -0500 |
commit | 4e72ca313a8fa1d826783bdc5657937da97d590c (patch) | |
tree | 254bb4074df8a8dfe42200bc0e613b7e082651f3 /cli/util/mod.rs | |
parent | 3ff80eb1521c49a43e0fae53840e5a636571ebfe (diff) |
refactor: use globbing from deno_config (#21925)
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 58d647101..a3f4a5aa4 100644 --- a/cli/util/mod.rs +++ b/cli/util/mod.rs @@ -8,7 +8,6 @@ pub mod display; pub mod draw_thread; pub mod file_watcher; pub mod fs; -pub mod glob; pub mod import_map; pub mod logger; pub mod path; |