enforces Module imports granularity (#445)
This commit is contained in:
3
third_party/lang-items/src/allocator.rs
vendored
3
third_party/lang-items/src/allocator.rs
vendored
@@ -1,6 +1,5 @@
|
||||
use crate::util;
|
||||
use core::alloc::GlobalAlloc;
|
||||
use core::alloc::Layout;
|
||||
use core::alloc::{GlobalAlloc, Layout};
|
||||
#[cfg(any(feature = "debug_allocations", feature = "panic_console"))]
|
||||
use core::fmt::Write;
|
||||
use core::ptr;
|
||||
|
||||
Reference in New Issue
Block a user