summaryrefslogtreecommitdiff
path: root/runtime/ops/process.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ops/process.rs')
-rw-r--r--runtime/ops/process.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/process.rs b/runtime/ops/process.rs
index acfd0dc5c..cef4f77f8 100644
--- a/runtime/ops/process.rs
+++ b/runtime/ops/process.rs
@@ -336,11 +336,11 @@ fn op_spawn_child(
// TODO(bartlomieju): op2 doesn't support clippy allows
#[op]
+#[allow(clippy::await_holding_refcell_ref)]
async fn op_spawn_wait(
state: Rc<RefCell<OpState>>,
rid: ResourceId,
) -> Result<ChildStatus, AnyError> {
- #![allow(clippy::await_holding_refcell_ref)]
let resource = state
.borrow_mut()
.resource_table