This commit is contained in:
Graham Esau 2022-08-15 11:00:08 +01:00 committed by Graham Esau
parent 4754a13fb3
commit c59e5b5e1c

View file

@ -189,7 +189,7 @@ mod tests {
#[serde(skip_serializing_if = "some_fn")]
field1: i32,
#[schemars(with = "with", bound = "bound")]
#[serde(serialize_with = "se")]
#[serde(bound = "bound", serialize_with = "se")]
field2: i32,
#[schemars(skip)]
#[serde(skip)]