diff --git a/macros/blueprint-proc-macro/src/shared.rs b/macros/blueprint-proc-macro/src/shared.rs index 69387e04..f8b8f840 100644 --- a/macros/blueprint-proc-macro/src/shared.rs +++ b/macros/blueprint-proc-macro/src/shared.rs @@ -91,7 +91,7 @@ pub fn path_to_field_type(path: &syn::Path) -> syn::Result { if ident == "ByteBuf" { return Ok(FieldType::Bytes); } - + let args = &seg.arguments; match args { syn::PathArguments::None => {