forked from M-Labs/artiq
firmware: fix a warning.
This commit is contained in:
parent
3070a2fac1
commit
fe77fcc45f
|
@ -3,7 +3,6 @@ use std::vec::Vec;
|
||||||
use std::string::String;
|
use std::string::String;
|
||||||
use std::btree_map::BTreeMap;
|
use std::btree_map::BTreeMap;
|
||||||
use std::io::Write;
|
use std::io::Write;
|
||||||
use proto::WriteExt;
|
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
struct Entry {
|
struct Entry {
|
||||||
|
|
Loading…
Reference in New Issue