Skip to content

Commit

Permalink
wip: remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Sep 27, 2023
1 parent aba3099 commit 20dcfb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/rsa-irc-openssl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#[cfg(feature = "pem")]
fn main() -> Result<(), Box<dyn std::error::Error>> {
use rcgen::{date_time_ymd, Certificate, CertificateParams, DistinguishedName};
use std::convert::TryInto;
use std::fs;

let mut params: CertificateParams = Default::default();
Expand Down
1 change: 0 additions & 1 deletion examples/rsa-irc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
use rsa::RsaPrivateKey;

use rcgen::{date_time_ymd, Certificate, CertificateParams, DistinguishedName};
use std::convert::TryFrom;
use std::fs;

let mut params: CertificateParams = Default::default();
Expand Down

0 comments on commit 20dcfb3

Please sign in to comment.