We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda5a47 commit c42c3b2Copy full SHA for c42c3b2
exercises/standard_library_types/arc1.rs
@@ -1,8 +1,8 @@
1
// arc1.rs
2
// Make this code compile by filling in a value for `shared_numbers` where the
3
-// TODO comment is and creating an initial binding for `child_numbers`
+// TODO comment is and create an initial binding for `child_numbers`
4
// somewhere. Try not to create any copies of the `numbers` Vec!
5
-// Execute `rustlings help arc1` for hints :)
+// Execute `rustlings hint arc1` for hints :)
6
7
// I AM NOT DONE
8
0 commit comments