]> git.lizzy.rs Git - rust.git/commitdiff
removed toy
authorJeroen Vannevel <jer_vannevel@outlook.com>
Fri, 14 Jan 2022 01:22:19 +0000 (01:22 +0000)
committerJeroen Vannevel <jer_vannevel@outlook.com>
Fri, 14 Jan 2022 01:32:12 +0000 (01:32 +0000)
crates/ide_assists/src/handlers/merge_match_arms.rs

index 5337b968c5c16e7290524d01cb36112f7a68d242..ea372b205d3070a076b0b187e91653aee0e71e82 100644 (file)
@@ -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