Refactory of private functions
This commit is contained in:
parent
5dc644000c
commit
55b860428e
8 changed files with 74 additions and 87 deletions
|
@ -49,7 +49,7 @@ impl<'a> SchemaMetadata<'a> {
|
|||
quote! {
|
||||
{
|
||||
let schema = #schema_expr;
|
||||
gen.apply_metadata(schema, #self)
|
||||
schemars::_private::apply_metadata(schema, #self)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue