alloy-rs / evm

EVM abstraction layer

Repository from Github https://github.comalloy-rs/evmRepository from Github https://github.comalloy-rs/evm

Restore "warn" level on `missing-const-for-fn` lint

mablr opened this issue · comments

commented

As rust-lang/rust-clippy#14020 is fixed, missing-const-for-fn lint can be used with "warn" level.

This is actually already done on paradigmxyz/reth#15777