removed toy

This commit is contained in:
Jeroen Vannevel 2022-01-14 01:22:19 +00:00
parent 5e4370fe56
commit e5cdde95ab
No known key found for this signature in database
GPG key ID: 78EF5F52F38C49BD

View file

@ -818,12 +818,3 @@ fn func(binary: &[u8]) {
)
}
}
fn func(binary: &[u8]) {
let space = b' ';
match binary {
[space, 5u8] => "",
[space] => "",
_ => "other",
};
}