Skip to content

Conversation

sander2
Copy link
Contributor

@sander2 sander2 commented Jul 2, 2025

Without this change, the generated code is creating a lot of warning like these on nightly rust:

warning: type alias `UnderlyingSolTuple` is never used
    --> crates/bindings/src/utilities.rs:2643:18
     |
2643 |             type UnderlyingSolTuple<'a> = ();
     |                  ^^^^^^^^^^^^^^^^^^

Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense


quote! {
#[doc(hidden)]
#[allow(dead_code)]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see we only use this in the test below

@github-project-automation github-project-automation bot moved this to Reviewed in Alloy Jul 2, 2025
@mattsse mattsse merged commit 69d5353 into alloy-rs:main Jul 2, 2025
31 checks passed
@github-project-automation github-project-automation bot moved this from Reviewed to Done in Alloy Jul 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants