mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: remove clippy::missing_debug_implementations (#10491)
This commit is contained in:
@@ -6,8 +6,7 @@ use tracing::error;
|
||||
/// Implements JWT validation logics and integrates
|
||||
/// to an Http [`AuthLayer`][crate::AuthLayer]
|
||||
/// by implementing the [`AuthValidator`] trait.
|
||||
#[derive(Clone)]
|
||||
#[allow(missing_debug_implementations)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct JwtAuthValidator {
|
||||
secret: JwtSecret,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user