Skip to content

Commit e715bd1

Browse files
giacomocavalierilpil
authored andcommitted
clippy
1 parent c9c2ec6 commit e715bd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler-core/src/exhaustiveness.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ impl Branch {
296296
value: BitArrayMatchedValue::Variable(name.clone()),
297297
read_action: read_action.clone(),
298298
});
299-
continue;
300299
}
301300

302301
// Just like regular assigns, those patterns are unrefutable
@@ -313,7 +312,6 @@ impl Branch {
313312
value: value.as_ref().clone(),
314313
read_action: read_action.clone(),
315314
});
316-
continue;
317315
}
318316

319317
// Discards are removed directly without even binding them

0 commit comments

Comments
 (0)