Remove trait bounds from Map/Set JsonSchema impls.
They are unnecessary as we never create/use any instances of these types
This commit is contained in:
parent
4b9578ec2b
commit
8d0ccc89db
3 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## next
|
||||
### Changed
|
||||
- Remove trait bounds from Map/Set JsonSchema impls. They are unnecessary as we never create/use any instances of these types.
|
||||
|
||||
## [0.6.3] - 2019-12-27
|
||||
- No actual code changes - this version was just published to fix broken README on crates.io
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue