Files
lighthouse/beacon_node/http_api/tests
dapplion 4b1aab9fb7 Allow large stack frame in proposer_boost_re_org_test
Rust 1.94.0 raised `clippy::large_stack_frames` against this function
(548365 bytes vs. 512000 default threshold), failing pre-push lint.
Match the per-function `#[allow]` pattern used elsewhere in the
codebase (store_tests.rs, basic_sim.rs, etc.).
2026-04-30 13:44:10 +02:00
..