File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -229,15 +229,15 @@ pub enum ArcComputeCommand {
229229 } ,
230230
231231 PushDebugGroup {
232- #[ cfg_attr( not( any( feature = "serde" , feature = "replay" ) ) , allow ( dead_code) ) ]
232+ #[ cfg_attr( not( any( feature = "serde" , feature = "replay" ) ) , expect ( dead_code) ) ]
233233 color : u32 ,
234234 len : usize ,
235235 } ,
236236
237237 PopDebugGroup ,
238238
239239 InsertDebugMarker {
240- #[ cfg_attr( not( any( feature = "serde" , feature = "replay" ) ) , allow ( dead_code) ) ]
240+ #[ cfg_attr( not( any( feature = "serde" , feature = "replay" ) ) , expect ( dead_code) ) ]
241241 color : u32 ,
242242 len : usize ,
243243 } ,
Original file line number Diff line number Diff line change @@ -474,13 +474,13 @@ pub enum ArcRenderCommand {
474474 indexed : bool ,
475475 } ,
476476 PushDebugGroup {
477- #[ cfg_attr( not( any( feature = "serde" , feature = "replay" ) ) , allow ( dead_code) ) ]
477+ #[ cfg_attr( not( any( feature = "serde" , feature = "replay" ) ) , expect ( dead_code) ) ]
478478 color : u32 ,
479479 len : usize ,
480480 } ,
481481 PopDebugGroup ,
482482 InsertDebugMarker {
483- #[ cfg_attr( not( any( feature = "serde" , feature = "replay" ) ) , allow ( dead_code) ) ]
483+ #[ cfg_attr( not( any( feature = "serde" , feature = "replay" ) ) , expect ( dead_code) ) ]
484484 color : u32 ,
485485 len : usize ,
486486 } ,
You can’t perform that action at this time.
0 commit comments