alloy-rs / core

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

Derive `Deref` for `Sealed<T>` #759

Closed emhane closed 1 month ago

emhane commented 1 month ago

Motivation

Reduce LOC for boilerplate code

Solution

Removes manual Deref impl in favour of derive_more::Deref

PR Checklist