forked from M-Labs/artiq
firmware: simplify some `use`s.
This commit is contained in:
parent
d93aa13fd6
commit
a4ab236af3
|
@ -1,4 +1,4 @@
|
||||||
use alloc::vec::Vec;
|
use alloc::Vec;
|
||||||
#[cfg(feature = "log")]
|
#[cfg(feature = "log")]
|
||||||
use log;
|
use log;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use alloc::vec::Vec;
|
use alloc::{Vec, String};
|
||||||
use alloc::string::String;
|
|
||||||
|
|
||||||
use io::{Read, Write, Error, Result};
|
use io::{Read, Write, Error, Result};
|
||||||
use io::proto::{ProtoRead, ProtoWrite};
|
use io::proto::{ProtoRead, ProtoWrite};
|
||||||
|
|
Loading…
Reference in New Issue