Skip to content

Commit 69d5353

Browse files
authored
chore: fix warning in generated code (#976)
1 parent 0af537d commit 69d5353

File tree

1 file changed

+1
-0
lines changed
  • crates/sol-macro-expander/src/expand

1 file changed

+1
-0
lines changed

crates/sol-macro-expander/src/expand/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ fn expand_from_into_tuples<P>(
877877

878878
quote! {
879879
#[doc(hidden)]
880+
#[allow(dead_code)]
880881
type UnderlyingSolTuple<'a> = #sol_tuple;
881882
#[doc(hidden)]
882883
type UnderlyingRustTuple<'a> = #rust_tuple;

0 commit comments

Comments
 (0)