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

    warning: 1st rule of macro `hashset` is never used
      --> test_suite/tests/macros/mod.rs:27:5
       |
    27 |     () => {
       |     ^^

    warning: 1st rule of macro `hashmap` is never used
      --> test_suite/tests/macros/mod.rs:44:5
       |
    44 |     () => {
       |     ^^

    warning: 1st rule of macro `hashset` is never used
      --> test_suite/tests/macros/mod.rs:27:5
       |
    27 |     () => {
       |     ^^
       |
       = note: `#[warn(unused_macro_rules)]` on by default
2022-05-12 21:33:43 -07:00
..
no_std Update no_std test to 2018 edition 2018-12-31 21:42:22 -05:00
tests Ignore unused_macro_rules warning in test macros 2022-05-12 21:33:43 -07:00
build.rs Exclude expansion tests from test suite by default 2020-05-05 21:52:37 -07:00
Cargo.toml Ui test changes for trybuild 1.0.49 2021-10-08 02:46:15 -04:00