Skip to content

Commit

Permalink
Add hint about string concatination with
Browse files Browse the repository at this point in the history
  • Loading branch information
mo8it committed Jul 8, 2024
1 parent bf69865 commit 08c408a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rustlings-macros/info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 585,7 @@ https://doc.rust-lang.org/book/ch08-03-hash-maps.html#updating-a-value-based-on-
[[exercises]]
name = "quiz2"
dir = "quizzes"
hint = "No hints this time ;)"
hint = "The ` ` operator can concatinate a `String` with a `&str`."

# OPTIONS

Expand Down Expand Up @@ -748,7 748,9 @@ name = "traits1"
dir = "15_traits"
hint = """
More about traits in The Book:
https://doc.rust-lang.org/book/ch10-02-traits.html"""
https://doc.rust-lang.org/book/ch10-02-traits.html
The ` ` operator can concatinate a `String` with a `&str`."""

[[exercises]]
name = "traits2"
Expand Down

0 comments on commit 08c408a

Please sign in to comment.