From 95145d5ab6c734ea8ca5e66a94ad381b9e897000 Mon Sep 17 00:00:00 2001 From: Wang Ruochen Date: Mon, 3 Jan 2022 09:48:50 -0800 Subject: [PATCH] Update generated tests --- crates/ide_assists/src/tests/generated.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ide_assists/src/tests/generated.rs b/crates/ide_assists/src/tests/generated.rs index 0c037ca5ef7..ab5ef916573 100644 --- a/crates/ide_assists/src/tests/generated.rs +++ b/crates/ide_assists/src/tests/generated.rs @@ -1403,7 +1403,6 @@ enum Action { Move { distance: u32 }, Stop } fn handle(action: Action) { match action { Action::Move { distance } if distance > 10 => foo(), - Action::Move { distance } => {} _ => (), } } -- 2.44.0