Merge 'Remove duplicated attribute in ' from bit-aloo

Removed the redundant `#![allow(clippy::arc_with_non_send_sync)]` from
wal.rs, since it’s already defined in `mod.rs`.

Closes #2764
This commit is contained in:
Pekka Enberg
2025-08-24 20:54:26 +03:00
committed by GitHub

View File

@@ -1,4 +1,3 @@
#![allow(clippy::arc_with_non_send_sync)]
#![allow(clippy::not_unsafe_ptr_arg_deref)]
use std::array;