Skip to content

Commit

Permalink
chore: fix slippy warnings, remove box-pointers
Browse files Browse the repository at this point in the history
it has been deprecated
  • Loading branch information
joshuef committed Sep 17, 2024
1 parent 7de6511 commit 2731f94
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions benches/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@
unused_qualifications,
variant_size_differences
)]
#![allow(
box_pointers,
missing_copy_implementations,
missing_debug_implementations
)]
#![allow(missing_copy_implementations, missing_debug_implementations)]

use criterion::{BatchSize, Bencher, Criterion};
use self_encryption::{decrypt_full_set, encrypt, test_helpers::random_bytes};
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
unused_results
)]
#![allow(
box_pointers,
missing_copy_implementations,
missing_debug_implementations,
variant_size_differences,
Expand Down
1 change: 0 additions & 1 deletion tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
unused_results
)]
#![allow(
box_pointers,
missing_copy_implementations,
missing_debug_implementations,
variant_size_differences
Expand Down

0 comments on commit 2731f94

Please sign in to comment.