mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-06 10:03:30 +02:00
chore: fix missing space in the hint for errorsn.rs
This commit is contained in:
co-authored by
GitHub
parent
630ff0e00b
commit
32721bbc83
@@ -501,7 +501,7 @@ mode = "test"
|
|||||||
hint = """
|
hint = """
|
||||||
First hint: To figure out what type should go where the ??? is, take a look
|
First hint: To figure out what type should go where the ??? is, take a look
|
||||||
at the test helper function `test_with_str`, since it returns whatever
|
at the test helper function `test_with_str`, since it returns whatever
|
||||||
`read_and_validate` returns and`test_with_str` has its signature fully
|
`read_and_validate` returns and `test_with_str` has its signature fully
|
||||||
specified.
|
specified.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user