clippy: allow new without default

This commit is contained in:
Bennet Bleßmann
2024-07-06 13:04:55 +02:00
parent 1b16c6c73f
commit 1ff995fedb
7 changed files with 14 additions and 0 deletions

View File

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