Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed May 17, 2024
1 parent 47eff7c commit 059cc7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/derive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,10 @@ impl<'a> DerivedModule<'a> {
predicate: map_expr_opt!(predicate),
},
Statement::SubgroupGather {
mode,
mut mode,
argument,
result,
} => {
let mut mode = mode.clone();
match mode {
GatherMode::BroadcastFirst => (),
GatherMode::Broadcast(ref mut h_src)
Expand Down

0 comments on commit 059cc7a

Please sign in to comment.