We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5a070 commit a1b6b09Copy full SHA for a1b6b09
derive/src/max_encoded_len.rs
@@ -54,6 +54,7 @@ pub fn derive_max_encoded_len(input: proc_macro::TokenStream) -> proc_macro::Tok
54
55
quote::quote!(
56
const _: () = {
57
+ #[automatically_derived]
58
impl #impl_generics #crate_path::MaxEncodedLen for #name #ty_generics #where_clause {
59
fn max_encoded_len() -> ::core::primitive::usize {
60
#data_expr
0 commit comments