diff options
Diffstat (limited to 'runtime/worker.rs')
-rw-r--r-- | runtime/worker.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/worker.rs b/runtime/worker.rs index e3e97de7e..3267bd78d 100644 --- a/runtime/worker.rs +++ b/runtime/worker.rs @@ -1,5 +1,4 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. - use std::rc::Rc; use std::sync::atomic::AtomicI32; use std::sync::atomic::Ordering::Relaxed; |