Update changelog
This commit is contained in:
parent
1017506ce6
commit
77c7aa9beb
2 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,8 @@ pub struct SchemaSettings {
|
|||
pub visitors: Vec<Box<dyn GenVisitor>>,
|
||||
/// Inline all subschemas instead of using references.
|
||||
///
|
||||
/// Some references may still be generated in schemas for recursive types.
|
||||
///
|
||||
/// Defaults to `false`.
|
||||
pub inline_subschemas: bool,
|
||||
_hidden: (),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue