serde/test_suite/tests
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
..
bytes Replace try! macro in test suite 2018-12-31 21:46:14 -05:00
expand Allow only unused_extern_crates instead of the whole rust_2018_idioms lint group in serde_derive-generated code 2021-05-12 18:29:45 +08:00
macros Copyright/license headers 2018-11-24 15:53:09 -08:00
ui Ui test changes for trybuild 1.0.49 2021-10-08 02:46:15 -04:00
unstable Update test suite to 2018 edition 2018-12-31 21:53:37 -05:00
compiletest.rs Mark tests ignored on emscripten rather than omitting 2019-11-24 17:27:30 -08:00
expandtest.rs Suppress unused_attributes warning in test suite 2020-06-26 21:37:30 -07:00
test_annotations.rs Ignore buggy nonstandard_macro_braces clippy lint 2021-07-02 20:58:04 -07:00
test_borrow.rs Format PR #1917 with rustfmt 1.4.32 2021-01-23 12:39:59 -08:00
test_de.rs Clippy if_then_panic lint has been renamed to manual_assert 2021-11-04 19:57:14 -07:00
test_gen.rs Add test of packed struct that cannot be destructured 2021-08-23 14:38:33 -07:00
test_identifier.rs Assert that numeric field identifiers correctly deserialized (now failing) 2020-10-22 16:35:28 +05:00
test_ignored_any.rs Add comprehensive test for deserializing IgnoredAny from enum 2019-06-27 10:23:39 -07:00
test_macros.rs Ignore enum_variant_names Clippy lint in test suite 2021-11-04 20:06:02 -07:00
test_remote.rs Update test suite to use tool attrs 2018-12-31 21:59:40 -05:00
test_roundtrip.rs Update test suite to 2018 edition 2018-12-31 21:53:37 -05:00
test_self.rs Merge pull request 1830 from taiki-e/self 2021-01-24 23:05:51 -08:00
test_ser.rs Revert "Remove never_type feature gate" 2019-12-15 19:52:59 -08:00
test_serde_path.rs Format with rustfmt 2019-03-27 2019-04-03 09:40:12 -07:00
test_unstable.rs Update test suite to 2018 edition 2018-12-31 21:53:37 -05:00
test_value.rs Support deserializing enum out of MapAccessDeserializer 2019-05-06 16:11:28 -07:00