dyld: fix compilation warning

core0-buffer
Sebastien Bourdeauducq 2020-06-28 18:15:48 +08:00
parent ea58e284b1
commit 8d1b9f7f23
1 changed files with 1 additions and 1 deletions

View File

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