mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
iterator3.rs: whitespace fixes
Signed-off-by: Eddy Petrisor <eddy.petrisor@gmail.com>
This commit is contained in:
parent
d6d696b66a
commit
a53b3f199f
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ mod tests {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Minor hint: In each of the two cases in the match in main, you can create x with either
|
// Minor hint: In each of the two cases in the match in main, you can create x with either
|
||||||
// a 'turbofish' or by hinting the type of x to the compiler. You may try both.
|
// a 'turbofish' or by hinting the type of x to the compiler. You may try both.
|
||||||
|
|
||||||
|
|
||||||
|
@ -143,5 +143,5 @@ mod tests {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Major hint: Have a look at the Iter trait and at the explanation of its collect function.
|
// Major hint: Have a look at the Iter trait and at the explanation of its collect function.
|
||||||
// Especially the part about Result is interesting.
|
// Especially the part about Result is interesting.
|
||||||
|
|
Loading…
Reference in a new issue