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 d2e7eca commit 1096592Copy full SHA for 1096592
exercises/move_semantics/move_semantics4.rs
@@ -18,7 +18,7 @@ fn main() {
18
println!("{} has length {} content `{:?}`", "vec1", vec1.len(), vec1);
19
}
20
21
-// `fill_vec()` no longer take `vec: Vec<i32>` as argument
+// `fill_vec()` no longer takes `vec: Vec<i32>` as argument
22
fn fill_vec() -> Vec<i32> {
23
let mut vec = vec;
24
0 commit comments