Skip to content

Commit 6503c6f

Browse files
committed
Clippy
1 parent 0c286d2 commit 6503c6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

naga/src/back/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ pub type NeedBakeExpressions = crate::FastHashSet<crate::Handle<crate::Expressio
4646
///
4747
/// [`Expression`]: crate::Expression
4848
/// [`Handle`]: crate::Handle
49+
#[cfg_attr(
50+
not(wgsl_out),
51+
expect(dead_code, reason = "unused in other features at this time")
52+
)]
4953
struct Baked(crate::Handle<crate::Expression>);
5054

5155
impl core::fmt::Display for Baked {

0 commit comments

Comments
 (0)