clippy: rm outdated clippy allow (#9070)

This commit is contained in:
Thomas Coratger
2024-06-25 11:17:32 +02:00
committed by GitHub
parent de6332b51e
commit c885257e52
14 changed files with 29 additions and 44 deletions

View File

@ -11,8 +11,6 @@
issue_tracker_base_url = "https://github.com/paradigmxyz/reth/issues/"
)]
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
// TODO: remove when https://github.com/proptest-rs/proptest/pull/427 is merged
#![allow(unknown_lints, non_local_definitions)]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
pub mod capability;

View File

@ -1,8 +1,5 @@
//! Round-trip encoding fuzzing for the `eth-wire` crate.
// TODO: remove when https://github.com/proptest-rs/proptest/pull/427 is merged
#![allow(unknown_lints, non_local_definitions)]
use alloy_rlp::{Decodable, Encodable};
use serde::Serialize;
use std::fmt::Debug;