Skip to content

Commit 3e7e6bb

Browse files
committed
chore: Remove the deny-warnings feature
Which really didn't do anything other than make our `cargo-hack` matrix more complex.
1 parent 9b94ca3 commit 3e7e6bb

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ verbose_file_reads = "warn"
124124

125125
[features]
126126
bench = ["log/release_max_level_info"]
127-
deny-warnings = []
128127
disable-encryption = []
129128
disable-random = []
130129
gecko = ["mozbuild"]

tests/aead.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// option. This file may not be copied, modified, or distributed
55
// except according to those terms.
66

7-
#![warn(clippy::pedantic)]
87
#![cfg(not(feature = "disable-encryption"))]
98

109
use nss_rs::{

tests/agent.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
2-
#![warn(clippy::pedantic)]
3-
41
use std::ffi::CStr;
52

63
use nss_rs::{

0 commit comments

Comments
 (0)