We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3632bbf commit 48213e3Copy full SHA for 48213e3
crates/bevy_render/src/render_resource/bind_group.rs
@@ -598,7 +598,7 @@ pub trait AsBindGroup {
598
Self: Sized,
599
{
600
BindGroupLayoutDescriptor {
601
- #[expect(clippy::option_map_or_none, reason="TODO")]
+ #[expect(clippy::option_map_or_none, reason = "TODO")]
602
label: Self::label().map_or(None, |f| Some(f.into())),
603
entries: Self::bind_group_layout_entries(render_device, false),
604
}
0 commit comments