summaryrefslogtreecommitdiff
path: root/core/flags.rs
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-10-27 23:26:15 +0200
committerGitHub <noreply@github.com>2021-10-27 23:26:15 +0200
commitbe68b82eb43f8e6156bad562b292af11776d38b8 (patch)
tree3df7fe56e42ff5097a58964c2ea0f48dffad470e /core/flags.rs
parent09dd77c13edf59eb3748b5f21bd8b7141d822f61 (diff)
chore: update to rusty_v8 0.33.0 (#12564)
Diffstat (limited to 'core/flags.rs')
-rw-r--r--core/flags.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/flags.rs b/core/flags.rs
index af64df64e..78ed08125 100644
--- a/core/flags.rs
+++ b/core/flags.rs
@@ -1,6 +1,5 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-use rusty_v8 as v8;
/// Pass the command line arguments to v8.
/// Returns a vector of command line arguments that V8 did not understand.
pub fn v8_set_flags(args: Vec<String>) -> Vec<String> {