Given the following input:
{
"type": "array",
"minItems": 1,
"uniqueItems": true,
"items": {
"type": "string"
}
}
cargo-typify 0.0.13 generates
#![allow(clippy::redundant_closure_call)]
#![allow(clippy::needless_lifetimes)]
#![allow(clippy::match_single_binding)]
#![allow(clippy::clone_on_copy)]
use serde::{Deserialize, Serialize};
I suppose it doesn't know what to call anything if title is missing. Maybe this should error?