mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-07-30 09:26:35 -04:00
chore(labs): Increase the recursion limit (for #[instrument]).
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
use std::{
|
||||
collections::{HashMap, HashSet},
|
||||
|
||||
Reference in New Issue
Block a user