Skip to content

Commit

Permalink
fix: Allow too many args
Browse files Browse the repository at this point in the history
  • Loading branch information
REASY committed Feb 14, 2023
1 parent 0314f88 commit d556617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgpu-hal/src/gles/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ impl super::Device {
Ok(program)
}

#[allow(clippy::too_many_arguments)]
unsafe fn create_program<'a>(
gl: &glow::Context,
shaders: ArrayVec<ShaderStage<'a>, 3>,
Expand Down

0 comments on commit d556617

Please sign in to comment.