Fix bad merge

This commit is contained in:
Graham Esau 2023-09-17 20:53:10 +01:00
parent a136277f60
commit 6e3248f830

View file

@ -13,7 +13,7 @@ macro_rules! decimal_impl {
} }
fn schema_id() -> Cow<'static, str> { fn schema_id() -> Cow<'static, str> {
Cow::Borrowed($name) Cow::Borrowed("Decimal")
} }
fn json_schema(_: &mut SchemaGenerator) -> Schema { fn json_schema(_: &mut SchemaGenerator) -> Schema {