Skip to content

Commit f239f73

Browse files
authored
aead: remove lints from lib.rs (#2307)
These are being sourced from the workspace-level as of #2306
1 parent 7c11746 commit f239f73

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

aead/src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg"
77
)]
88
#![forbid(unsafe_code)]
9-
#![warn(
10-
clippy::unwrap_used,
11-
missing_docs,
12-
rust_2018_idioms,
13-
missing_debug_implementations
14-
)]
159

1610
#[cfg(feature = "alloc")]
1711
extern crate alloc;

0 commit comments

Comments
 (0)