From 9d6a009f497af8b75714b8d0f1c6744a56127f2f Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 18 Oct 2018 22:55:42 +0200 Subject: [PATCH] forgot semicolon --- examples/embedded_linux_epd4in2/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/embedded_linux_epd4in2/src/main.rs b/examples/embedded_linux_epd4in2/src/main.rs index 7f535f5..6fff958 100644 --- a/examples/embedded_linux_epd4in2/src/main.rs +++ b/examples/embedded_linux_epd4in2/src/main.rs @@ -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);