diff options
author | haturatu <taro@eyes4you.org> | 2024-10-13 19:24:20 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-10-13 19:24:20 +0900 |
commit | 67697bc2e4a62a9670699fd18ad0dd8efc5bd955 (patch) | |
tree | bf6df51a5b7b009b974f94313bc1ce827eb84c74 /cli | |
parent | ea4278050d06dd383d1edfbbde5efae69e75bbd5 (diff) |
fix
Diffstat (limited to 'cli')
-rw-r--r-- | cli/tools/info.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tools/info.rs b/cli/tools/info.rs index 45d9ee72f..a6b390b81 100644 --- a/cli/tools/info.rs +++ b/cli/tools/info.rs @@ -5,7 +5,6 @@ use std::collections::HashSet; use std::fmt; use std::fmt::Write; use std::sync::Arc; -use std::env; use deno_ast::ModuleSpecifier; use deno_core::anyhow::bail; |