Require Visitors to implement Clone
This commit is contained in:
parent
5b316fb31b
commit
475a751b70
4 changed files with 14 additions and 23 deletions
|
@ -8,6 +8,7 @@
|
|||
### Removed (**BREAKING CHANGES**):
|
||||
- `SchemaSettings::bool_schemas` - this has been superseded by the `ReplaceBoolSchemas` visitor
|
||||
- `SchemaSettings::allow_ref_siblings` - this has been superseded by the `RemoveRefSiblings` visitor
|
||||
- `SchemaSettings` no longer implements `PartialEq`
|
||||
|
||||
### Fixed:
|
||||
- **BREAKING CHANGE** unknown items in `#[schemars(...)]` attributes now cause a compilation error (https://github.com/GREsau/schemars/issues/18)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue