fix compilation warning

kernel-refactor
Sebastien Bourdeauducq 2020-07-02 10:34:43 +08:00
parent 8807854b2b
commit b0aa77c73f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
extern crate alloc;
extern crate log;
use core::{ops::Range, convert, fmt, str};
use core::{convert, fmt, str};
use alloc::string::String;
use log::{debug, trace};
use elf::*;