summaryrefslogtreecommitdiff
path: root/core/examples/hello_world.rs
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2022-04-08 10:32:48 +0200
committerGitHub <noreply@github.com>2022-04-08 10:32:48 +0200
commitf5f7b56acaf45a7f858db6f25ad5985ab4d8c7b9 (patch)
treeec956b0df25e3a326b2eb057eb199184f0dad00e /core/examples/hello_world.rs
parentb2aaf708abd1af7c6df34a273a1720de63f93fcc (diff)
refactor(core): OpCtx (#14228)
Diffstat (limited to 'core/examples/hello_world.rs')
-rw-r--r--core/examples/hello_world.rs1
1 files changed, 0 insertions, 1 deletions
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