Skip to content

Commit

Permalink
fix: revert primitive_types4 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrvidal committed Apr 8, 2020
1 parent 86b5c08 commit b3a3351
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exercises/primitive_types/primitive_types4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
fn slice_out_of_array() {
let a = [1, 2, 3, 4, 5];

let nice_slice = ???

assert_eq!([2, 3, 4], nice_slice)
}

0 comments on commit b3a3351

Please sign in to comment.