chore(labs): Increase the recursion limit (for #[instrument]).

This commit is contained in:
Ivan Enderlin
2026-07-28 17:02:24 +02:00
parent 481ac77049
commit edd30e40dd

View File

@@ -1,4 +1,5 @@
#![allow(clippy::large_enum_variant)]
#![recursion_limit = "256"]
use std::{
collections::{HashMap, HashSet},