wip
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
// 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 both ends of a string!
|
||||
input.trim().to_string()
|
||||
|
||||
Reference in New Issue
Block a user