Quiet the clippy type-complexity and closure lints on the record kernels

This commit is contained in:
Dennis Kobert
2026-08-24 11:07:14 +00:00
parent ed6922d7eb
commit d70eae205d
4 changed files with 29 additions and 22 deletions

View File

@@ -21,6 +21,7 @@ pub use vector_types::vector::misc::BooleanOperation;
// TODO: since before we used a Vec of single-item `List`s and now we use a single `List`
// TODO: with multiple items while still assuming a single item for the boolean operations.
#[allow(clippy::type_complexity)]
fn boolean_core<'e>(
arena: &'e core_types::arena::Arena,
content: List<Graphic>,