We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ce33d commit 4659a31Copy full SHA for 4659a31
typesense_derive/src/lib.rs
@@ -42,7 +42,7 @@ fn impl_typesense_collection(item: ItemStruct) -> syn::Result<TokenStream> {
42
43
let typesense_fields = fields
44
.iter()
45
- .map(|field| to_typesense_field_type(field))
+ .map(to_typesense_field_type)
46
.collect::<syn::Result<Vec<_>>>()?;
47
48
let gen = quote! {
0 commit comments