Merge pull request #1110 from clairew/fix/info-toml-typo

fix: remove extra " typo in info.toml
pull/1123/head
liv 2 years ago committed by GitHub
commit cbf9016187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save