Remove usages of gen
identifier (#323)
`gen` is a reserved keyword in rust 2024, making it very awkward to use as a module/variable name.
This commit is contained in:
parent
8142be1ea2
commit
b4f214f6dc
42 changed files with 186 additions and 171 deletions
|
@ -267,7 +267,7 @@ Validator docs: [required](https://github.com/Keats/validator#required) / [requi
|
|||
|
||||
</h3>
|
||||
|
||||
Set on a variant or field to generate this field's schema using the given function. This function must be callable as `fn(&mut schemars::gen::SchemaGenerator) -> schemars::schema::Schema`.
|
||||
Set on a variant or field to generate this field's schema using the given function. This function must be callable as `fn(&mut schemars::SchemaGenerator) -> schemars::schema::Schema`.
|
||||
|
||||
<h3 id="title-description">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue