Remove stale attributes

This commit is contained in:
Andy Leiserson 2025-10-22 16:43:59 -07:00 committed by Teodor Tanasoaia
parent a60e71c765
commit c501ef68df
2 changed files with 0 additions and 3 deletions

View File

@ -40,7 +40,6 @@ pub enum ComputeCommand<R: ReferenceType> {
}, },
PushDebugGroup { PushDebugGroup {
//#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
color: u32, color: u32,
len: usize, len: usize,
}, },

View File

@ -103,13 +103,11 @@ pub enum RenderCommand<R: ReferenceType> {
family: DrawCommandFamily, family: DrawCommandFamily,
}, },
PushDebugGroup { PushDebugGroup {
#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
color: u32, color: u32,
len: usize, len: usize,
}, },
PopDebugGroup, PopDebugGroup,
InsertDebugMarker { InsertDebugMarker {
#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
color: u32, color: u32,
len: usize, len: usize,
}, },