Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 6, 2024
1 parent 4a8db85 commit 959b012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sol-macro-expander/src/expand/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,8 @@ impl CallLikeExpander<'_> {
Self::SELECTORS.binary_search(&selector).is_ok()
}

#[inline(never)]
#[allow(unsafe_code, non_snake_case)]
#[inline]
#[allow(non_snake_case)]
fn abi_decode_raw(
selector: [u8; 4],
data: &[u8],
Expand Down

0 comments on commit 959b012

Please sign in to comment.