Prepare for publishing

This commit is contained in:
Mihai Dinculescu
2022-10-20 18:34:52 +01:00
parent aac950b48f
commit ea9236f3f6
16 changed files with 706 additions and 28 deletions

View File

@@ -148,11 +148,8 @@ pub fn extract_attribute_properties(
}
lit => {
return Err(syn::Error::new_spanned(
nv,
format!(
"Expected {:?}, found {:?}",
property.field_type, lit
),
lit,
format!("Expected {:?}", property.field_type,),
)
.to_compile_error())
}