Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
moshababo committed Jan 23, 2024
1 parent d25c1c9 commit 0862153
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion node/actors/network/src/consensus/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ pub(crate) async fn run_client(
Ok(())
});
}
#[allow(clippy::redundant_locals)]
io::Target::Broadcast => {
let req = Arc::new(rpc::consensus::Req(msg.message));
for client in clients.values() {
Expand Down
3 changes: 0 additions & 3 deletions node/libs/concurrency/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@ tracing.workspace = true
tracing-subscriber.workspace = true
vise.workspace = true

[dev-dependencies]
assert_matches.workspace = true

[lints]
workspace = true

0 comments on commit 0862153

Please sign in to comment.