Skip to content

Commit 0802ff4

Browse files
committed
bevy_pbr2: Appease clippy
1 parent 214c757 commit 0802ff4

File tree

1 file changed

+1
-0
lines changed
  • pipelined/bevy_pbr2/src/render

1 file changed

+1
-0
lines changed

pipelined/bevy_pbr2/src/render/mesh.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ pub struct MeshViewBindGroup {
555555
pub value: BindGroup,
556556
}
557557

558+
#[allow(clippy::too_many_arguments)]
558559
pub fn queue_mesh_view_bind_groups(
559560
mut commands: Commands,
560561
render_device: Res<RenderDevice>,

0 commit comments

Comments
 (0)