mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 04:28:00 +00:00
Remove "did not work" comment from test suite
This commit is contained in:
@@ -3010,7 +3010,7 @@ mod flatten {
|
||||
Token::MapEnd,
|
||||
],
|
||||
);
|
||||
// Field order: [content, tag], outer - did not work
|
||||
// Field order: [content, tag], outer
|
||||
assert_de_tokens(
|
||||
&value,
|
||||
&[
|
||||
@@ -3050,7 +3050,7 @@ mod flatten {
|
||||
Token::MapEnd,
|
||||
],
|
||||
);
|
||||
// Field order: [content], outer, [tag] - did not work
|
||||
// Field order: [content], outer, [tag]
|
||||
assert_de_tokens(
|
||||
&value,
|
||||
&[
|
||||
|
||||
Reference in New Issue
Block a user