We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b85b8de + 3028d13 commit 56b5211Copy full SHA for 56b5211
info.toml
@@ -449,7 +449,7 @@ path = "exercises/strings/strings3.rs"
449
mode = "test"
450
hint = """
451
There's tons of useful standard library functions for strings. Let's try and use some of
452
-them!
+them: <https://doc.rust-lang.org/std/string/struct.String.html#method.trim>!
453
454
For the compose_me method: You can either use the `format!` macro, or convert the string
455
slice into an owned string, which you can then freely extend."""
0 commit comments