Update exercises/standard_library_types/arc1.rs
Co-authored-by: marisa <mokou@fastmail.com>
This commit is contained in:
parent
037f916663
commit
24e0a6a70f
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
// Make this code compile by filling in a value for `shared_numbers` where the
|
||||
// first TODO comment is and create an initial binding for `child_numbers`
|
||||
// first TODO comment is, and create an initial binding for `child_numbers`
|
||||
// where the second TODO comment is. Try not to create any copies of the `numbers` Vec!
|
||||
// Execute `rustlings hint arc1` for hints :)
|
||||
|
||||
|
|
Loading…
Reference in a new issue