Update cast_slice_tests.rs

This commit is contained in:
Lokathor 2019-11-01 10:39:32 -06:00 committed by GitHub
parent b199fad411
commit 0e3948b8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
use core::mem::size_of;
use lokacore::*;
use bytemuck::*;
#[test]
fn test_try_cast_slice() {