remove no longer necessary allows

This commit is contained in:
Skgland
2026-02-20 22:45:09 +01:00
committed by Bennet Bleßmann
parent 5ef5a3f30a
commit 7d0d61d789
9 changed files with 0 additions and 24 deletions

View File

@@ -1,5 +1,3 @@
#![allow(clippy::new_without_default)] // annotating structs annotated with #[bitfield] doesn't work
use crate::allocator::*;
use crate::arena::*;
use crate::atom_table::*;