Skip to content

Commit 54233f7

Browse files
committed
chore: remove box_pointers lint
Is removed in Rust: rust-lang/rust#126018
1 parent e9866f6 commit 54233f7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

benches/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
variant_size_differences
4343
)]
4444
#![allow(
45-
box_pointers,
4645
missing_copy_implementations,
4746
missing_debug_implementations
4847
)]

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
unused_results
8181
)]
8282
#![allow(
83-
box_pointers,
8483
missing_copy_implementations,
8584
missing_debug_implementations,
8685
variant_size_differences,

tests/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
unused_results
4444
)]
4545
#![allow(
46-
box_pointers,
4746
missing_copy_implementations,
4847
missing_debug_implementations,
4948
variant_size_differences

0 commit comments

Comments
 (0)