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 2316610 commit defc24dCopy full SHA for defc24d
test_suite/tests/test_annotations.rs
@@ -3010,7 +3010,7 @@ mod flatten {
3010
Token::MapEnd,
3011
],
3012
);
3013
- // Field order: [content, tag], outer - did not work
+ // Field order: [content, tag], outer
3014
assert_de_tokens(
3015
&value,
3016
&[
@@ -3050,7 +3050,7 @@ mod flatten {
3050
3051
3052
3053
- // Field order: [content], outer, [tag] - did not work
+ // Field order: [content], outer, [tag]
3054
3055
3056
0 commit comments