Remove unused test macro
This commit is contained in:
parent
9a8c5d8e96
commit
2c70f6961c
|
@ -61,10 +61,6 @@ macro_rules! error {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
macro_rules! decode( ($t:expr) => ({
|
|
||||||
t!($t.try_into())
|
|
||||||
}) );
|
|
||||||
|
|
||||||
macro_rules! map( ($($k:ident: $v:expr),*) => ({
|
macro_rules! map( ($($k:ident: $v:expr),*) => ({
|
||||||
let mut _m = BTreeMap::new();
|
let mut _m = BTreeMap::new();
|
||||||
$(_m.insert(stringify!($k).to_string(), $v);)*
|
$(_m.insert(stringify!($k).to_string(), $v);)*
|
||||||
|
|
Loading…
Reference in a new issue