no unusued vars

pull/2/head
Dave Gauer 3 years ago
parent 6157066b95
commit f9a1956d88

@ -46,6 +46,8 @@
const print = @import("std").debug.print;
pub fn main() void {
// Additional Hint: you can assign things to '_' when you
// don't intend to do anything with them.
foo();
}

@ -1,4 +1,4 @@
49c49
51c51
< foo();
---
> var foo_frame = async foo();
> _ = async foo();

Loading…
Cancel
Save