This commit is contained in:
Oli Scherer 2021-03-26 16:33:14 +00:00 committed by Felix S. Klock II
parent a2f2179026
commit a46bc5664a
3 changed files with 8 additions and 5 deletions

View file

@ -20,4 +20,4 @@ fn main() {
async fn thing(y: &[u8]) {
dbg!(y);
}
}