Skip to content

Commit

Permalink
fix missing macro in expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Sep 26, 2023
1 parent a26aeb2 commit bb97020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starknet-macros/src/abigen/expand/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ mod tests {

#[rustfmt::skip]
let tef1: TokenStream2 = quote!(
#[allow(clippy::ptr_arg)]
pub async fn my_func(
&self,
v1: &starknet::core::types::FieldElement,
Expand Down

0 comments on commit bb97020

Please sign in to comment.