Skip to content

Commit c501ef6

Browse files
andyleisersonteoxoy
authored andcommitted
Remove stale attributes
1 parent a60e71c commit c501ef6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

wgpu-core/src/command/compute_command.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ pub enum ComputeCommand<R: ReferenceType> {
4040
},
4141

4242
PushDebugGroup {
43-
//#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
4443
color: u32,
4544
len: usize,
4645
},

wgpu-core/src/command/render_command.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,11 @@ pub enum RenderCommand<R: ReferenceType> {
103103
family: DrawCommandFamily,
104104
},
105105
PushDebugGroup {
106-
#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
107106
color: u32,
108107
len: usize,
109108
},
110109
PopDebugGroup,
111110
InsertDebugMarker {
112-
#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
113111
color: u32,
114112
len: usize,
115113
},

0 commit comments

Comments
 (0)