alloy-rs / core

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

fix: force clippy to stable #569

Closed prestwich closed 7 months ago

prestwich commented 8 months ago

Motivation

Prevent future random CI breakage

closes #566

Solution

Set clippy to stable in CI

there may be a better way to achieve this, but this way is straightforward

PR Checklist