David Tolnay efa4c9f9bb
Ignore unused_macro_rules warning in test macros
warning: 1st rule of macro `json_str` is never used
     --> tests/macros/mod.rs:2:5
      |
    2 |     ([]) => {
      |     ^^^^
      |
      = note: `#[warn(unused_macro_rules)]` on by default

    warning: 3rd rule of macro `json_str` is never used
      --> tests/macros/mod.rs:11:5
       |
    11 |     ({}) => {
       |     ^^^^
2022-05-12 21:34:53 -07:00
..