mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(lint): fix clippy::needles_lifetimes (#11496)
This commit is contained in:
@ -176,7 +176,7 @@ mod tests {
|
||||
missing_jwt_error().await;
|
||||
wrong_jwt_signature_error().await;
|
||||
invalid_issuance_timestamp_error().await;
|
||||
jwt_decode_error().await;
|
||||
jwt_decode_error().await
|
||||
}
|
||||
|
||||
async fn valid_jwt() {
|
||||
|
||||
Reference in New Issue
Block a user