From f5f7b56acaf45a7f858db6f25ad5985ab4d8c7b9 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Fri, 8 Apr 2022 10:32:48 +0200 Subject: refactor(core): OpCtx (#14228) --- core/examples/hello_world.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'core/examples/hello_world.rs') diff --git a/core/examples/hello_world.rs b/core/examples/hello_world.rs index e551efa55..13a47221d 100644 --- a/core/examples/hello_world.rs +++ b/core/examples/hello_world.rs @@ -5,7 +5,6 @@ use deno_core::op; use deno_core::Extension; use deno_core::JsRuntime; -use deno_core::OpState; use deno_core::RuntimeOptions; // This is a hack to make the `#[op]` macro work with -- cgit v1.2.3