mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
Appease clippy in Rust 1.70 (#4365)
## Issue Addressed NA ## Proposed Changes Fixes some new clippy lints raised after updating to Rust 1.70. ## Additional Info NA
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
///! The subnet predicate used for searching for a particular subnet.
|
||||
//! The subnet predicate used for searching for a particular subnet.
|
||||
use super::*;
|
||||
use crate::types::{EnrAttestationBitfield, EnrSyncCommitteeBitfield};
|
||||
use slog::trace;
|
||||
|
||||
Reference in New Issue
Block a user