From 4814d97c60c58b37ac0d450d0d32c02e907643c0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 3 Feb 2024 08:57:24 -0500 Subject: [PATCH] Revert "Silence new clippy false-positive (#10168)" (#10336) This reverts commit ba2bef6daca77cf1217e470e337b39c284d60151. --- src/rust/src/x509/crl.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rust/src/x509/crl.rs b/src/rust/src/x509/crl.rs index f4d6feebc820..8e43832986c2 100644 --- a/src/rust/src/x509/crl.rs +++ b/src/rust/src/x509/crl.rs @@ -120,9 +120,6 @@ impl CertificateRevocationList { self.len() } - // Silenced due to false-positives - // https://github.com/rust-lang/rust-clippy/issues/12135 - #[allow(clippy::useless_asref)] fn __iter__(&self) -> CRLIterator { CRLIterator { contents: OwnedCRLIteratorData::try_new(Arc::clone(&self.owned), |v| {