mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 12:58:31 +00:00
Update Rust Edition to 2024 (#7766)
* #7749 Thanks @dknopik and @michaelsproul for your help!
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use crate::PeerId;
|
||||
use crate::rpc::config::InboundRateLimiterConfig;
|
||||
use crate::rpc::rate_limiter::{RPCRateLimiter, RateLimitedErr};
|
||||
use crate::rpc::self_limiter::timestamp_now;
|
||||
use crate::rpc::{Protocol, RpcResponse, SubstreamId};
|
||||
use crate::PeerId;
|
||||
use futures::FutureExt;
|
||||
use libp2p::swarm::ConnectionId;
|
||||
use logging::crit;
|
||||
|
||||
Reference in New Issue
Block a user