Removes #![allow(dead_code)] from local-cluster/tests/common.rs (#32058)

This commit is contained in:
Brooks 2023-06-12 08:10:56 -04:00 committed by GitHub
parent 2572df7452
commit 391f650d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#![allow(clippy::integer_arithmetic, dead_code)]
#![allow(clippy::integer_arithmetic)]
use {
log::*,
solana_core::{