Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Apr 3, 2024
1 parent 973149d commit 626bdcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions node/actors/network/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ mod watch;

pub use config::*;

/// Limit for the rate of accepting new TCP connections.
const MAX_CONNECTION_ACCEPT_RATE: limiter::Rate = limiter::Rate {
burst: 10,
refresh: time::Duration::milliseconds(100),
Expand Down
1 change: 0 additions & 1 deletion node/actors/network/src/mux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ use crate::{frame, noise::bytes};
use anyhow::Context as _;
use std::{collections::BTreeMap, sync::Arc};
use zksync_concurrency::{ctx, ctx::channel, io, scope, sync};
use zksync_protobuf::ProtoFmt as _;

mod config;
mod handshake;
Expand Down

0 comments on commit 626bdcc

Please sign in to comment.