From a3c4c1ccb4d7de6638b296387607c0a44b10e11f Mon Sep 17 00:00:00 2001 From: mokou Date: Fri, 15 Jul 2022 13:24:11 +0200 Subject: fix: re-add missing done comments --- exercises/strings/strings3.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exercises/strings') diff --git a/exercises/strings/strings3.rs b/exercises/strings/strings3.rs index bb0a259..9e25d30 100644 --- a/exercises/strings/strings3.rs +++ b/exercises/strings/strings3.rs @@ -1,6 +1,8 @@ // strings3.rs // Execute `rustlings hint strings3` or use the `hint` watch subcommand for a hint. +// I AM NOT DONE + fn trim_me(input: &str) -> String { // TODO: Remove whitespace from the end of a string! ??? -- cgit v1.2.3