Fix bad merge
This commit is contained in:
parent
a136277f60
commit
6e3248f830
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue