Skip to content

Commit

Permalink
chore: remove box_pointers lint
Browse files Browse the repository at this point in the history
Is removed in Rust: rust-lang/rust#126018
  • Loading branch information
b-zee committed Jul 26, 2024
1 parent e9866f6 commit 54233f7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion benches/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
variant_size_differences
)]
#![allow(
box_pointers,
missing_copy_implementations,
missing_debug_implementations
)]
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 54233f7

Please sign in to comment.