mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 22:32:23 +00:00
formatting
This commit is contained in:
parent
c0c3b38025
commit
326c78d127
@ -42,8 +42,7 @@ use core::arch::x86;
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
use core::arch::x86_64;
|
||||
//
|
||||
use core::{marker::*, mem::*, num::*, ptr::*};
|
||||
use core::hint::unreachable_unchecked;
|
||||
use core::{hint::unreachable_unchecked, marker::*, mem::*, num::*, ptr::*};
|
||||
|
||||
macro_rules! impl_unsafe_marker_for_array {
|
||||
( $marker:ident , $( $n:expr ),* ) => {
|
||||
|
Loading…
Reference in New Issue
Block a user