fix: revert primitive_types4 (#296)

This commit is contained in:
Roberto Vidal 2020-04-08 10:42:35 +02:00 committed by GitHub
parent 86b5c08b9b
commit b3a3351e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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)
}