Testing [issues] [cli]

This commit is contained in:
Billy Chan 2022-09-01 16:39:18 +08:00
parent 4e835f2ee1
commit 6564ddac15
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -91,7 +91,6 @@ pub fn impl_col_from_str(ident: &Ident, data: &Data) -> syn::Result<TokenStream>
)
});
Ok(quote!(
#[automatically_derived]
impl std::str::FromStr for #ident {