diff options
Diffstat (limited to 'cli/build.rs')
-rw-r--r-- | cli/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/build.rs b/cli/build.rs index 5ef2296e8..faeaed073 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -1,11 +1,11 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -use deno_core::Extension; use std::env; use std::path::Path; use std::path::PathBuf; use deno_core::snapshot_util::*; +use deno_core::Extension; use deno_runtime::deno_cache::SqliteBackedCache; use deno_runtime::permissions::Permissions; use deno_runtime::*; |