Skip to content

Commit

Permalink
Remove unused test macro
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhdu committed May 31, 2017
1 parent 95e1c73 commit 71b5310
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ macro_rules! error {
})
}

macro_rules! decode( ($t:expr) => ({
t!($t.try_into())
}) );

macro_rules! map( ($($k:ident: $v:expr),*) => ({
let mut _m = BTreeMap::new();
$(_m.insert(stringify!($k).to_string(), $v);)*
Expand Down

0 comments on commit 71b5310

Please sign in to comment.