We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a7e98 commit b2b825fCopy full SHA for b2b825f
1 file changed
exercises/vecs/vecs1.rs
@@ -1,4 +1,3 @@
1
-/
2
3
fn array_and_vec() -> ([i32; 4], Vec<i32>) {
4
let a = [10, 20, 30, 40]; // a plain array
0 commit comments