0.1.6 - implement JsonSchema for unsized types
This commit is contained in:
parent
6eba5df7b3
commit
f45181aac3
4 changed files with 6 additions and 6 deletions
|
@ -29,7 +29,7 @@ struct Deep2 {
|
|||
|
||||
#[derive(Debug, JsonSchema)]
|
||||
struct Deep3 {
|
||||
baz: String,
|
||||
baz: &'static str,
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue