0.1.6 - implement JsonSchema for unsized types

This commit is contained in:
Graham Esau 2019-08-11 17:58:07 +01:00
parent 6eba5df7b3
commit f45181aac3
4 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ struct Deep2 {
#[derive(Debug, JsonSchema)]
struct Deep3 {
baz: String,
baz: &'static str,
}
#[test]