We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d28fc commit a07d794Copy full SHA for a07d794
test_suite/tests/test_annotations.rs
@@ -2319,15 +2319,6 @@ fn test_internally_tagged_enum_new_type_with_unit() {
2319
Token::MapEnd,
2320
],
2321
);
2322
- assert_ser_tokens(
2323
- &Data::A(()),
2324
- &[
2325
- Token::Map { len: Some(1) },
2326
- Token::Str("t"),
2327
- Token::Str("A"),
2328
- Token::MapEnd,
2329
- ],
2330
- );
2331
}
2332
2333
#[test]
0 commit comments