forked from M-Labs/artiq-zynq
remove unneeded import
This commit is contained in:
parent
6454f994af
commit
9c0cf7e84c
|
@ -3,7 +3,6 @@
|
|||
#![recursion_limit="1024"] // for futures_util::select!
|
||||
|
||||
extern crate alloc;
|
||||
extern crate log;
|
||||
|
||||
use core::{cmp, str};
|
||||
use log::info;
|
||||
|
|
Loading…
Reference in New Issue