enforces Module imports granularity (#445)

This commit is contained in:
kaczmarczyck
2022-03-14 20:44:48 +01:00
committed by GitHub
parent ba0c583617
commit 7e7d5e38a1
12 changed files with 22 additions and 37 deletions

View File

@@ -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;