aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu
diff options
context:
space:
mode:
Diffstat (limited to 'components/webgpu')
-rw-r--r--components/webgpu/swapchain.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/webgpu/swapchain.rs b/components/webgpu/swapchain.rs
index ac9c7603a95..a50dd64713d 100644
--- a/components/webgpu/swapchain.rs
+++ b/components/webgpu/swapchain.rs
@@ -548,6 +548,7 @@ impl crate::WGPU {
}
}
+#[allow(clippy::too_many_arguments)]
fn update_wr_image(
result: Result<(), BufferAccessError>,
global: Arc<Global>,