serde/test_suite
David Tolnay 737f78c315
Ignore enum_variant_names Clippy lint in test suite
error: all variants have the same prefix: `Serialize`
        --> test_suite/tests/test_macros.rs:1741:5
         |
    1741 | /     enum E {
    1742 | |         #[serde(rename_all = "camelCase")]
    1743 | |         Serialize {
    1744 | |             serialize: bool,
    ...    |
    1756 | |         },
    1757 | |     }
         | |_____^
         |
         = note: `-D clippy::enum-variant-names` implied by `-D clippy::all`
         = help: remove the prefixes and use full paths to the variants instead of glob imports
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names
2021-11-04 20:06:02 -07:00
..
no_std Update no_std test to 2018 edition 2018-12-31 21:42:22 -05:00
tests Ignore enum_variant_names Clippy lint in test suite 2021-11-04 20:06:02 -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