summaryrefslogtreecommitdiff
path: root/exercises/strings
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/strings')
-rw-r--r--exercises/strings/strings3.rs2
1 files changed, 2 insertions, 0 deletions
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!
???