diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-04-08 10:32:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 10:32:48 +0200 |
commit | f5f7b56acaf45a7f858db6f25ad5985ab4d8c7b9 (patch) | |
tree | ec956b0df25e3a326b2eb057eb199184f0dad00e /core/examples/hello_world.rs | |
parent | b2aaf708abd1af7c6df34a273a1720de63f93fcc (diff) |
refactor(core): OpCtx (#14228)
Diffstat (limited to 'core/examples/hello_world.rs')
-rw-r--r-- | core/examples/hello_world.rs | 1 |
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 |