mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
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.).