Skip to content

Commit 34dfa13

Browse files
fix(kyberlib): 🔥 cleaning up lib.rs
1 parent 23c5dd7 commit 34dfa13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
//! - **InvalidInput**: Occurs when one or more byte inputs to a function are incorrectly sized. This typically happens when two parties use different security levels while attempting to negotiate a key exchange.
126126
//! - **Decapsulation**: This error indicates that the ciphertext could not be authenticated, and the shared secret was not successfully decapsulated.
127127
//!
128-
#![deny(dead_code)]
129128
#![doc(
130129
html_favicon_url = "https://kura.pro/kyberlib/images/favicon.ico",
131130
html_logo_url = "https://kura.pro/kyberlib/images/logos/kyberlib.svg",
@@ -134,7 +133,6 @@
134133
#![crate_name = "kyberlib"]
135134
#![crate_type = "lib"]
136135
#![cfg_attr(not(feature = "std"), no_std)]
137-
#![allow(clippy::many_single_char_names)]
138136

139137
// Prevent usage of mutually exclusive features
140138
#[cfg(all(feature = "kyber1024", feature = "kyber512"))]

0 commit comments

Comments
 (0)