Skip to content

Commit 07994e8

Browse files
authored
chore: Remove the deny-warnings feature (#57)
1 parent 5475565 commit 07994e8

4 files changed

Lines changed: 2 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nss-rs"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
authors = ["Martin Thomson <mt@lowentropy.net>", "Andy Leiserson <aleiserson@mozilla.com>", "John M. Schanck <jschanck@mozilla.com>", "Benjamin Beurdouche <beurdouche@mozilla.com>", "Anna Weine <anna.weine@mozilla.com>"]
55
categories = ["network-programming", "web-programming"]
66
keywords = ["nss", "crypto", "mozilla", "firefox"]
@@ -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)