From 88d0f01948b68f4a4d87e02a5138e94ac0a6eaea Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Mon, 14 Mar 2022 23:38:53 +0100 Subject: feat(ops): custom arity (#13949) Also cleanup & drop ignored wildcard op-args --- ext/broadcast_channel/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/broadcast_channel/lib.rs') diff --git a/ext/broadcast_channel/lib.rs b/ext/broadcast_channel/lib.rs index eff57c7df..e228871b9 100644 --- a/ext/broadcast_channel/lib.rs +++ b/ext/broadcast_channel/lib.rs @@ -45,8 +45,6 @@ struct Unstable(bool); // --unstable #[op] pub fn op_broadcast_subscribe( state: &mut OpState, - _: (), - _: (), ) -> Result where BC: BroadcastChannel + 'static, @@ -97,7 +95,6 @@ where pub async fn op_broadcast_recv( state: Rc>, rid: ResourceId, - _: (), ) -> Result, AnyError> where BC: BroadcastChannel + 'static, -- cgit v1.2.3