mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-25 23:10:30 +00:00
Merge 74a8c7959f
into 26cf4989a2
This commit is contained in:
commit
5734bd6082
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ fn array_and_vec() -> ([i32; 4], Vec<i32>) {
|
||||||
let a = [10, 20, 30, 40]; // Array
|
let a = [10, 20, 30, 40]; // Array
|
||||||
|
|
||||||
// TODO: Create a vector called `v` which contains the exact same elements as in the array `a`.
|
// TODO: Create a vector called `v` which contains the exact same elements as in the array `a`.
|
||||||
// Use the vector macro.
|
|
||||||
// let v = ???;
|
// let v = ???;
|
||||||
|
|
||||||
(a, v)
|
(a, v)
|
||||||
|
|
Loading…
Reference in a new issue