Skip to content

Commit b3a3351

Browse files
authored
fix: revert primitive_types4 (#296)
1 parent 86b5c08 commit b3a3351

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exercises/primitive_types/primitive_types4.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
fn slice_out_of_array() {
99
let a = [1, 2, 3, 4, 5];
1010

11+
let nice_slice = ???
12+
13+
assert_eq!([2, 3, 4], nice_slice)
1114
}

0 commit comments

Comments
 (0)