mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-05-15 09:48:45 +00:00
Clarify order of elements
Co-authored-by: Mo Bitar <76752051+mo8it@users.noreply.github.com>
This commit is contained in:
parent
97a723508c
commit
f3036315a0
@ -1,5 +1,5 @@
|
||||
fn elems_to_vec(a: i32, b: i32, c: i32) -> Vec<i32> {
|
||||
// TODO: Return a vector containing the elements a, b and c.
|
||||
// TODO: Return a vector containing the elements a, b and c (in this order).
|
||||
// Use the "vec!" macro.
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user