Skip to content

Commit

Permalink
Reword comment to be less snarky
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Sep 9, 2024
1 parent 44ca292 commit cc2e400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemars/tests/integration/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ fn default_fields() {
])
.assert_matches_de_roundtrip(arbitrary_values_except(
Value::is_array,
"structs with `#derive(Deserialize)` can technically be deserialized from sequences, but I don't think many people know (or want!) this, and handling that would make schemas messier",
"structs with `#derive(Deserialize)` can technically be deserialized from sequences, but that's not intended to be used via JSON, so schemars ignores it'",
));
}

0 comments on commit cc2e400

Please sign in to comment.