@@ -414,7 +414,6 @@ pub(super) fn expand(cx: &mut ExpCtxt<'_>, contract: &ItemContract) -> Result<To
414414 }
415415
416416 /// Instantiation and getters/setters.
417- #[ automatically_derived]
418417 impl #generic_p_n #name<P , N > {
419418 #[ doc = #new_fn_doc]
420419 #[ inline]
@@ -458,7 +457,6 @@ pub(super) fn expand(cx: &mut ExpCtxt<'_>, contract: &ItemContract) -> Result<To
458457 }
459458
460459 /// Function calls.
461- #[ automatically_derived]
462460 impl #generic_p_n #name<P , N > {
463461 /// Creates a new call builder using this contract instance's provider and address.
464462 ///
@@ -474,7 +472,6 @@ pub(super) fn expand(cx: &mut ExpCtxt<'_>, contract: &ItemContract) -> Result<To
474472 }
475473
476474 /// Event filters.
477- #[ automatically_derived]
478475 impl #generic_p_n #name<P , N > {
479476 /// Creates a new event filter using this contract instance's provider and address.
480477 ///
@@ -917,7 +914,6 @@ impl CallLikeExpander<'_> {
917914 ) *
918915 }
919916
920- #[ automatically_derived]
921917 impl #name {
922918 /// All the selectors of this enum.
923919 ///
@@ -958,7 +954,6 @@ impl CallLikeExpander<'_> {
958954 let methods = variants. iter ( ) . zip ( types) . map ( generate_variant_methods) ;
959955 tokens. extend ( conversions) ;
960956 tokens. extend ( quote ! {
961- #[ automatically_derived]
962957 impl #name {
963958 #( #methods) *
964959 }
0 commit comments