Skip to content

Commit

Permalink
Allow deprecation warnings in the webpki test (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Aug 23, 2023
1 parent adde38f commit 3a18b55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/webpki.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// TODO: we import deprecated webpki items here, get rid of them and allow this
#![allow(deprecated)]
#[cfg(feature = "x509-parser")]
use rcgen::{CertificateSigningRequest, DnValue};
use rcgen::{BasicConstraints, Certificate, CertificateParams, DnType, IsCa, KeyPair, RemoteKeyPair};
Expand Down

0 comments on commit 3a18b55

Please sign in to comment.