chore(net): enable rust.unnameable-types = "warn" lint (#9505)

This commit is contained in:
Tuan Tran
2024-07-17 00:40:10 +07:00
committed by GitHub
parent 4dbf47b91d
commit e6f2dca445
11 changed files with 51 additions and 8 deletions

View File

@ -21,7 +21,7 @@ use crate::{
};
pub use config::DnsDiscoveryConfig;
use enr::Enr;
use error::ParseDnsEntryError;
pub use error::ParseDnsEntryError;
use reth_ethereum_forks::{EnrForkIdEntry, ForkId};
use reth_network_peers::{pk2id, NodeRecord};
use schnellru::{ByLength, LruMap};