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:
Paul Hauner
2023-06-02 03:17:40 +00:00
parent 4af4e98c82
commit d07c78bccf
5 changed files with 6 additions and 6 deletions

View File

@@ -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;