Skip to content

Commit

Permalink
chore: add a automatically_derived
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Apr 9, 2024
1 parent 2723294 commit 18314e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sol-macro/src/expand/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ impl<'a> CallLikeExpander<'a> {
quote! {
#def

#[automatically_derived]
impl alloy_sol_types::SolEventInterface for #name {
const NAME: &'static str = #name_s;
const COUNT: usize = #count;
Expand Down

0 comments on commit 18314e9

Please sign in to comment.