formatting

This commit is contained in:
Lokathor 2020-02-04 00:20:12 -07:00
parent c0c3b38025
commit 326c78d127

View File

@ -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 ),* ) => {