Kotchikpa Guy-Landry Allagbe

Results 1 issues of Kotchikpa Guy-Landry Allagbe

## Expected Behavior ```json { "fieldTwo": 42 } ``` ## Actual Behavior ```json {"field_one":null,"field_two":42,"field_three":null} ``` ## Steps to Reproduce the Problem 1. ```bash cargo new skip_serializing_test cd skip_serializing_test ``` 2....

bug