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 {
|
use {
|
||||||
log::*,
|
log::*,
|
||||||
solana_core::{
|
solana_core::{
|
Loading…
Reference in New Issue