mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
fix: remove extra " typo in info.toml
This commit is contained in:
parent
3963559810
commit
a3a5fbeddf
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ path = "exercises/quiz3.rs"
|
|||
mode = "test"
|
||||
hint = """
|
||||
To find the best solution to this challenge you're going to need to think back to your
|
||||
knowledge of traits, specifically Trait Bound Syntax - you may also need this: "use std::fmt::Display;""""
|
||||
knowledge of traits, specifically Trait Bound Syntax - you may also need this: `use std::fmt::Display;`."""
|
||||
|
||||
# TESTS
|
||||
|
||||
|
|
Loading…
Reference in a new issue