Skip to content

Commit 95145d5

Browse files
committed
Update generated tests
1 parent a19a324 commit 95145d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ide_assists/src/tests/generated.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,6 @@ enum Action { Move { distance: u32 }, Stop }
14031403
fn handle(action: Action) {
14041404
match action {
14051405
Action::Move { distance } if distance > 10 => foo(),
1406-
Action::Move { distance } => {}
14071406
_ => (),
14081407
}
14091408
}

0 commit comments

Comments
 (0)