Skip to content

Commit 7521f4d

Browse files
committed
examples: remove unneeded clippy allows
We've fixed all of the clippy findings and these allows are no longer needed.
1 parent 0a03b55 commit 7521f4d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

rcgen/examples/rsa-irc-openssl.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![allow(clippy::complexity, clippy::style, clippy::pedantic)]
2-
31
fn main() -> Result<(), Box<dyn std::error::Error>> {
42
use rcgen::{date_time_ymd, Certificate, CertificateParams, DistinguishedName};
53
use std::fmt::Write;

rcgen/examples/rsa-irc.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![allow(clippy::complexity, clippy::style, clippy::pedantic)]
2-
31
fn main() -> Result<(), Box<dyn std::error::Error>> {
42
use rand::rngs::OsRng;
53
use rsa::pkcs8::EncodePrivateKey;

0 commit comments

Comments
 (0)