Update test_suite/tests/test_annotations.rs

Co-authored-by: David Tolnay <dtolnay@gmail.com>
This commit is contained in:
tage64
2022-10-21 08:53:55 +02:00
committed by GitHub
parent 90d28fc314
commit a07d794f74
-9
View File
@@ -2319,15 +2319,6 @@ fn test_internally_tagged_enum_new_type_with_unit() {
Token::MapEnd,
],
);
assert_ser_tokens(
&Data::A(()),
&[
Token::Map { len: Some(1) },
Token::Str("t"),
Token::Str("A"),
Token::MapEnd,
],
);
}
#[test]