diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-11-02 15:03:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 10:03:37 -0400 |
commit | 8e31bbbe551e95a40a78fd96671916f917218b93 (patch) | |
tree | f11c7b387b1d9c10898d6a67f37afcafea750d40 /cli/standalone.rs | |
parent | 70336912b4307ac218426a3f5ce938bd8fb7dbb5 (diff) |
chore: update to Rust edition 2021 (#12578)
Diffstat (limited to 'cli/standalone.rs')
-rw-r--r-- | cli/standalone.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/standalone.rs b/cli/standalone.rs index 819ba10a4..e0190920f 100644 --- a/cli/standalone.rs +++ b/cli/standalone.rs @@ -29,7 +29,6 @@ use deno_runtime::worker::WorkerOptions; use deno_runtime::BootstrapOptions; use deno_tls::create_default_root_cert_store; use log::Level; -use std::convert::TryInto; use std::env::current_exe; use std::fs::File; use std::io::BufReader; |