Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jul 30, 2024
1 parent 5733a71 commit 44a18cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![deny(warnings)]
#![cfg_attr(not(debug_assertions), deny(warnings))]
#![doc(html_playground_url = "https://play.rust-lang.org")]
#![deny(clippy::all)]
#![deny(clippy::correctness)]
Expand All @@ -15,7 +15,6 @@
#![allow(clippy::significant_drop_tightening)]
#![allow(clippy::redundant_closure)]
#![allow(clippy::missing_errors_doc)]

use ::secrets::SecretVec;
use numpy::{PyArray1, PyArrayMethods};

Expand Down

0 comments on commit 44a18cf

Please sign in to comment.