fix: revert primitive_types4 (#296)

pull/297/head
Roberto Vidal 5 years ago committed by GitHub
parent 86b5c08b9b
commit b3a3351e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save