forked from M-Labs/artiq-zynq
fix compilation warning
This commit is contained in:
parent
8807854b2b
commit
b0aa77c73f
|
@ -3,7 +3,7 @@
|
||||||
extern crate alloc;
|
extern crate alloc;
|
||||||
extern crate log;
|
extern crate log;
|
||||||
|
|
||||||
use core::{ops::Range, convert, fmt, str};
|
use core::{convert, fmt, str};
|
||||||
use alloc::string::String;
|
use alloc::string::String;
|
||||||
use log::{debug, trace};
|
use log::{debug, trace};
|
||||||
use elf::*;
|
use elf::*;
|
||||||
|
|
Loading…
Reference in New Issue