mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-03 03:40:13 +00:00
minor changes to hint
This commit is contained in:
parent
c5898ac6b7
commit
6b04848d41
@ -815,7 +815,7 @@ hint = """
|
||||
Step 1:
|
||||
We need to apply something to the collection `my_fav_fruits` before we start to go through
|
||||
it. What could that be? Take a look at the struct definition for a vector for inspiration:
|
||||
https://doc.rust-lang.org/std/vec/struct.Vec.html.
|
||||
https://doc.rust-lang.org/std/vec/struct.Vec.html
|
||||
Step 2 & step 3:
|
||||
Very similar to the lines above and below. You've got this!
|
||||
Step 4:
|
||||
|
Loading…
Reference in New Issue
Block a user