Skip to content

Commit

Permalink
Revert "Silence new clippy false-positive (#10168)" (#10336)
Browse files Browse the repository at this point in the history
This reverts commit ba2bef6.
  • Loading branch information
alex authored Feb 3, 2024
1 parent 46b2921 commit 4814d97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rust/src/x509/crl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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| {
Expand Down

0 comments on commit 4814d97

Please sign in to comment.