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.
1 parent bf69865 commit 08c408aCopy full SHA for 08c408a
rustlings-macros/info.toml
@@ -585,7 +585,7 @@ https://doc.rust-lang.org/book/ch08-03-hash-maps.html#updating-a-value-based-on-
585
[[exercises]]
586
name = "quiz2"
587
dir = "quizzes"
588
-hint = "No hints this time ;)"
+hint = "The `+` operator can concatinate a `String` with a `&str`."
589
590
# OPTIONS
591
@@ -748,7 +748,9 @@ name = "traits1"
748
dir = "15_traits"
749
hint = """
750
More about traits in The Book:
751
-https://doc.rust-lang.org/book/ch10-02-traits.html"""
+https://doc.rust-lang.org/book/ch10-02-traits.html
752
+
753
+The `+` operator can concatinate a `String` with a `&str`."""
754
755
756
name = "traits2"
0 commit comments