Skip to content

Commit

Permalink
bevy_pbr2: Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
superdump committed Dec 2, 2021
1 parent 214c757 commit 0802ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelined/bevy_pbr2/src/render/mesh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ pub struct MeshViewBindGroup {
pub value: BindGroup,
}

#[allow(clippy::too_many_arguments)]
pub fn queue_mesh_view_bind_groups(
mut commands: Commands,
render_device: Res<RenderDevice>,
Expand Down

0 comments on commit 0802ff4

Please sign in to comment.