1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-15 01:24:27 +02:00

Fix line numbers

Fixes #69.
This commit is contained in:
Carol (Nichols || Goulding)
2018-03-04 14:26:56 -05:00
parent 426e5cf3f5
commit 956ffa9d7c
9 changed files with 19 additions and 19 deletions

View File

@ -41,4 +41,4 @@ fn is_a_color_word(attempt: &str) -> bool {
// Yes, it would be really easy to fix this by just changing the value bound to `word` to be a
// string slice instead of a `String`, wouldn't it?? There is a way to add one character to line
// 5, though, that will coerce the `String` into a string slice.
// 6, though, that will coerce the `String` into a string slice.