Removes #![allow(dead_code)] from local-cluster/tests/common.rs (#32058)
This commit is contained in:
parent
2572df7452
commit
391f650d77
|
@ -1,4 +1,4 @@
|
|||
#![allow(clippy::integer_arithmetic, dead_code)]
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
use {
|
||||
log::*,
|
||||
solana_core::{
|
Loading…
Reference in New Issue