From 9537e3bf45a93a09dd4e09c52a4e437ae333ac6f Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 21 Aug 2022 10:01:29 -0700 Subject: Consolidate use --- src/mem/alloc.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mem/alloc.rs') diff --git a/src/mem/alloc.rs b/src/mem/alloc.rs index 06ca469..1861c2c 100644 --- a/src/mem/alloc.rs +++ b/src/mem/alloc.rs @@ -5,11 +5,10 @@ use alloc::alloc::{GlobalAlloc,Layout}; use crate::sync::NullLock; use crate::sync::interface::Mutex; +use crate::vprintln; use core::fmt; use core::fmt::{Debug,Formatter}; -use crate::vprintln; - /// # Initialize Queue /// - Name: Symbol name /// - Size: Number of elements -- cgit v1.2.1