Skip to content

Commit 08c408a

Browse files
committed
Add hint about string concatination with +
1 parent bf69865 commit 08c408a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rustlings-macros/info.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ https://doc.rust-lang.org/book/ch08-03-hash-maps.html#updating-a-value-based-on-
585585
[[exercises]]
586586
name = "quiz2"
587587
dir = "quizzes"
588-
hint = "No hints this time ;)"
588+
hint = "The `+` operator can concatinate a `String` with a `&str`."
589589

590590
# OPTIONS
591591

@@ -748,7 +748,9 @@ name = "traits1"
748748
dir = "15_traits"
749749
hint = """
750750
More about traits in The Book:
751-
https://doc.rust-lang.org/book/ch10-02-traits.html"""
751+
https://doc.rust-lang.org/book/ch10-02-traits.html
752+
753+
The `+` operator can concatinate a `String` with a `&str`."""
752754

753755
[[exercises]]
754756
name = "traits2"

0 commit comments

Comments
 (0)