Skip to content

Commit 2891f2f

Browse files
committed
Appease clippy
1 parent ffad065 commit 2891f2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_pbr/src/render/light.rs

+1
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ pub fn extract_clusters(mut commands: Commands, views: Query<(Entity, &Clusters)
406406
}
407407
}
408408

409+
#[allow(clippy::too_many_arguments)]
409410
pub fn extract_lights(
410411
mut commands: Commands,
411412
ambient_light: Res<AmbientLight>,

0 commit comments

Comments
 (0)