diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2021-03-19 22:55:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 13:25:37 -0400 |
commit | 91ca58fb2639a791237570e4f1fadda9eeb8c0bc (patch) | |
tree | aa6faa41b9486a828952070f4ee337ad699e57ac /runtime/ops/signal.rs | |
parent | 197305908b721340041be03e5a11fe60a1711fb2 (diff) |
chores: enforce type ResourceId across codebase (#9837)
Diffstat (limited to 'runtime/ops/signal.rs')
-rw-r--r-- | runtime/ops/signal.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/ops/signal.rs b/runtime/ops/signal.rs index a083549a1..0113a6189 100644 --- a/runtime/ops/signal.rs +++ b/runtime/ops/signal.rs @@ -1,5 +1,4 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. - use deno_core::error::AnyError; use deno_core::serde_json::Value; use deno_core::BufVec; |