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/webgpu/src/queue.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/webgpu/src/queue.rs') diff --git a/ext/webgpu/src/queue.rs b/ext/webgpu/src/queue.rs index 3853f0025..b4532cf0c 100644 --- a/ext/webgpu/src/queue.rs +++ b/ext/webgpu/src/queue.rs @@ -24,7 +24,6 @@ pub struct QueueSubmitArgs { pub fn op_webgpu_queue_submit( state: &mut OpState, args: QueueSubmitArgs, - _: (), ) -> Result { let instance = state.borrow::(); let queue_resource = -- cgit v1.2.3