Remove "did not work" comment from test suite

This commit is contained in:
David Tolnay
2025-09-20 12:23:01 -07:00
parent 2316610760
commit defc24d361
+2 -2
View File
@@ -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,
&[