Require Visitors to implement Clone

This commit is contained in:
Graham Esau 2020-06-05 23:48:03 +01:00
parent 5b316fb31b
commit 475a751b70
4 changed files with 14 additions and 23 deletions

View file

@ -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)