Use empty_uninitialized and fix warnings

This commit is contained in:
Pawan Dhananjay
2024-08-30 15:54:00 -07:00
parent 4dc6e6515e
commit a9cb329a22
11 changed files with 24 additions and 29 deletions

View File

@@ -37,7 +37,6 @@ use network::{NetworkConfig, NetworkSenders, NetworkService};
use slasher::Slasher;
use slasher_service::SlasherService;
use slog::{debug, info, warn, Logger};
use ssz::Decode;
use std::net::TcpListener;
use std::path::{Path, PathBuf};
use std::sync::Arc;