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) --- serde_v8/src/utils.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'serde_v8/src/utils.rs') diff --git a/serde_v8/src/utils.rs b/serde_v8/src/utils.rs index 6f638f7b3..f18d2269c 100644 --- a/serde_v8/src/utils.rs +++ b/serde_v8/src/utils.rs @@ -1,5 +1,4 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -use rusty_v8 as v8; use std::sync::Once; pub fn js_exec<'s>( -- cgit v1.2.3