mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-05 10:19:18 +00:00
comment typo
Doesn't effect the code.
This commit is contained in:
parent
0dd1c6ca6b
commit
cf0c14364a
@ -10,7 +10,7 @@
|
||||
// elements: the value of the current item and the next item. The last item is a value called `Nil`.
|
||||
//
|
||||
// Step 1: use a `Box` in the enum definition to make the code compile
|
||||
// Step 2: create both empty and non-empty cons lists of by replacing `unimplemented!()`
|
||||
// Step 2: create both empty and non-empty cons lists by replacing `unimplemented!()`
|
||||
//
|
||||
// Note: the tests should not be changed
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user