From e249e0e6a16a7ff62ec4b04576c3b57572947ec4 Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Mon, 16 Mar 2020 09:03:23 +0100 Subject: [PATCH] bare8 polished and tested --- examples/bare8.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bare8.rs b/examples/bare8.rs index 33690a3..15096e1 100644 --- a/examples/bare8.rs +++ b/examples/bare8.rs @@ -121,7 +121,7 @@ const APP: () = { // 4. *Optional // Compile and run the program in release mode. // If using vscode, look at the `.vscode` folder `task.json` and `launch.json`, -// and add a new "profile" (a bit of copy paste). +// you may need to add a new "profile" (a bit of copy paste). // // How did the optimized build compare to the debug build (performance/lost bytes) // -- GitLab