From be68b82eb43f8e6156bad562b292af11776d38b8 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 27 Oct 2021 23:26:15 +0200 Subject: chore: update to rusty_v8 0.33.0 (#12564) --- core/flags.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'core/flags.rs') 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) -> Vec { -- cgit v1.2.3