Skip to content

Commit 1c82c83

Browse files
committed
fix: ignore clippy's directive as this thing looks like intended usage
1 parent 8af1ee9 commit 1c82c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/signer/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ impl Signer {
556556
.await
557557
.map_err(|e| SignerError::FetchNonceError(Box::new(e)))?;
558558

559+
#[allow(clippy::significant_drop_tightening)]
559560
let nonce = {
560561
let mut nonce_cache = self.nonce_cache.lock().await;
561562
let nonce = nonce_cache.entry((account_id, public_key)).or_default();

0 commit comments

Comments
 (0)