mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-17 01:55:41 +00:00
feat(frame-support-procedural): add automaticaly_derived attr to NoBound derives (#2197)
fixes #2196
This commit is contained in:
@@ -149,6 +149,7 @@ pub fn derive_default_no_bound(input: proc_macro::TokenStream) -> proc_macro::To
|
||||
|
||||
quote!(
|
||||
const _: () = {
|
||||
#[automatically_derived]
|
||||
impl #impl_generics ::core::default::Default for #name #ty_generics #where_clause {
|
||||
fn default() -> Self {
|
||||
#impl_
|
||||
|
||||
Reference in New Issue
Block a user