mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 05:08:52 +00:00
removed toy
This commit is contained in:
parent
5e4370fe56
commit
e5cdde95ab
1 changed files with 0 additions and 9 deletions
|
@ -818,12 +818,3 @@ fn func(binary: &[u8]) {
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
fn func(binary: &[u8]) {
|
||||
let space = b' ';
|
||||
match binary {
|
||||
[space, 5u8] => "",
|
||||
[space] => "",
|
||||
_ => "other",
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue