Skip to content

Commit 3632bbf

Browse files
committed
Expect clippy
1 parent 49b3092 commit 3632bbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_render/src/render_resource/bind_group.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ pub trait AsBindGroup {
598598
Self: Sized,
599599
{
600600
BindGroupLayoutDescriptor {
601+
#[expect(clippy::option_map_or_none, reason="TODO")]
601602
label: Self::label().map_or(None, |f| Some(f.into())),
602603
entries: Self::bind_group_layout_entries(render_device, false),
603604
}

0 commit comments

Comments
 (0)