From 6567f3a879b18020e26e649acd971dc2b9684c68 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 6 Aug 2016 11:08:57 +0200 Subject: [PATCH] Fix comment which broke the build --- imag-todo/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-todo/src/main.rs b/imag-todo/src/main.rs index b0d533b1..dae6a34d 100644 --- a/imag-todo/src/main.rs +++ b/imag-todo/src/main.rs @@ -151,7 +151,7 @@ fn list(rt: &Runtime) { uuids.join("\n") }; - /// and then print that + // and then print that println!("{}", outstring); });