forked from M-Labs/artiq-zynq
dyld: fix compilation warning
This commit is contained in:
parent
ea58e284b1
commit
8d1b9f7f23
|
@ -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::*;
|
||||
|
||||
|
|
Loading…
Reference in New Issue