diff --git a/wgpu-hal/src/gles/device.rs b/wgpu-hal/src/gles/device.rs index cc057a551b..ba1659ff0d 100644 --- a/wgpu-hal/src/gles/device.rs +++ b/wgpu-hal/src/gles/device.rs @@ -331,6 +331,7 @@ impl super::Device { Ok(program) } + #[allow(clippy::too_many_arguments)] unsafe fn create_program<'a>( gl: &glow::Context, shaders: ArrayVec, 3>,