summaryrefslogtreecommitdiffstats
path: root/imag-todo
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-06 11:08:57 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-08-06 11:08:57 +0200
commit6567f3a879b18020e26e649acd971dc2b9684c68 (patch)
tree1b60f569232b20803d48fdd0cbb59ab5ed4bbfc6 /imag-todo
parent9bceef573babe8ca42c10b1e74a8bb55e8bddbca (diff)
Fix comment which broke the build
Diffstat (limited to 'imag-todo')
-rw-r--r--imag-todo/src/main.rs2
1 files changed, 1 insertions, 1 deletions
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);
});