forgot semicolon

embedded-hal-1.0
Chris 2018-10-18 22:55:42 +02:00
parent 33ebb1e4f7
commit 9d6a009f49
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ fn run() -> Result<(), std::io::Error> {
let mut i = 0;
let mut limit = 2
let mut limit = 2;
loop {
i += 1;
println!("Moving Hello World. Loop {} from {}", i, limit);