mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-15 12:39:30 +00:00
fix(privacy_preserving_circuit): lint
This commit is contained in:
parent
3c8ff78319
commit
7679c50ea8
@ -397,6 +397,10 @@ impl ExecutionState {
|
|||||||
/// (recorded during `derive_from_outputs`), and an iterator over pre and post states of each
|
/// (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
|
/// account involved in the execution. Returning everything together keeps the
|
||||||
/// fields module-private rather than forcing them visible to downstream consumers.
|
/// 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(
|
pub fn into_parts(
|
||||||
mut self,
|
mut self,
|
||||||
) -> (
|
) -> (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user