We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
break
continue
1 parent ec6cb02 commit ce56ea5Copy full SHA for ce56ea5
src/bare-metal/aps/examples/src/main_improved.rs
@@ -45,7 +45,7 @@ extern "C" fn main(x0: u64, x1: u64, x2: u64, x3: u64) {
45
uart.write_byte(b'\n');
46
}
47
b'q' => break,
48
- _ => {}
+ _ => continue,
49
50
51
0 commit comments