alloy-rs / core

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

[Bug] Use stable clippy instead of nightly #566

Closed prestwich closed 6 months ago

prestwich commented 6 months ago

Component

Other (please provide more details)

What version of Alloy are you on?

No response

Operating System

None

Describe the bug

Nightly clippy includes unstable and changing lints and results in random CI breakage

DaniPopes commented 6 months ago

Sorry I disagree, if CI doesn't break now it will break when a stable release happens, it's not really that much different. Plus we already depend on nightly in this repo in particular due to compiletest tests.

prestwich commented 6 months ago

happening once every few months at known intervals is way, way better than happening randomly