alloy-rs / core

High-performance, well-tested & documented core libraries for Ethereum, in Rust
https://alloy.rs
Apache License 2.0
792 stars 155 forks source link

Fix lint alloy-sol-types #761

Closed emhane closed 1 month ago

emhane commented 1 month ago

Motivation

Failing CI due to lint warning clippy::needless_lifetimes.

Solution

Fixes lint warnings for alloy-sol-types.

PR Checklist