Fix some warnings

This commit is contained in:
bjorn3 2020-08-08 16:17:34 +02:00
parent 240e178532
commit fb0e5c6211

View File

@ -42,9 +42,6 @@ const MIN_ALIGN: usize = 8;
target_arch = "sparc64")))]
#[allow(dead_code)]
const MIN_ALIGN: usize = 16;
use core::alloc::*;
use core::ptr::NonNull;
use core::intrinsics;
/// The default memory allocator provided by the operating system.
///