Unnamed repository; edit this file 'description' to name the repository.
removed toy
Jeroen Vannevel 2022-01-14
parent 5e4370f · commit e5cdde9
-rw-r--r--crates/ide_assists/src/handlers/merge_match_arms.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/crates/ide_assists/src/handlers/merge_match_arms.rs b/crates/ide_assists/src/handlers/merge_match_arms.rs
index 5337b968c5..ea372b205d 100644
--- a/crates/ide_assists/src/handlers/merge_match_arms.rs
+++ b/crates/ide_assists/src/handlers/merge_match_arms.rs
@@ -818,12 +818,3 @@ fn func(binary: &[u8]) {
)
}
}
-
-fn func(binary: &[u8]) {
- let space = b' ';
- match binary {
- [space, 5u8] => "",
- [space] => "",
- _ => "other",
- };
-} \ No newline at end of file