diff options
| author | mokou <mokou@fastmail.com> | 2022-07-15 13:24:11 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-15 13:24:11 +0200 |
| commit | a3c4c1ccb4d7de6638b296387607c0a44b10e11f (patch) | |
| tree | 9c2165e9d9010375770bb9bd942429d585b6261b /exercises/strings | |
| parent | a6e86fc995f8e6555b80dc5e73b4d7d78c050706 (diff) | |
fix: re-add missing done comments
Diffstat (limited to 'exercises/strings')
| -rw-r--r-- | exercises/strings/strings3.rs | 2 |
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! ??? |
