fix(privacy_preserving_circuit): lint

This commit is contained in:
moudyellaz 2026-05-14 23:07:15 +02:00
parent 3c8ff78319
commit 7679c50ea8

View File

@ -397,6 +397,10 @@ impl ExecutionState {
/// (recorded during `derive_from_outputs`), and an iterator over pre and post states of each
/// account involved in the execution. Returning everything together keeps the
/// fields module-private rather than forcing them visible to downstream consumers.
#[expect(
clippy::type_complexity,
reason = "tuple bundles four exit values from one consuming call so all fields stay private; a struct would only rename it"
)]
pub fn into_parts(
mut self,
) -> (