Apply suggestions from code review

Co-authored-by: folex <0xdxdy@gmail.com>
This commit is contained in:
vms 2021-03-01 13:50:03 +03:00 committed by GitHub
parent 156bcf527d
commit 7f6075b52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ pub(crate) fn generate_vector_deserializer(
let values_deserializer = match value_ty {
ParsedType::Boolean(_) => {
quote! {
unimplemented!()
unimplemented!("Vector of booleans is not supported")
}
}
ParsedType::F32(_) => {