Skip to content

Commit 56f8bea

Browse files
committed
increase recursion limit per
error: queries overflow the depth limit! | = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`alloy_signer_aws`) = note: query depth increased by 130 when computing layout of `{async block@crates/signer-aws/src/signer.rs:120:5: 120:23}`
1 parent ecb420c commit 56f8bea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/signer-aws/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
)]
66
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
77
#![cfg_attr(docsrs, feature(doc_cfg))]
8+
#![recursion_limit = "256"]
89

910
#[macro_use]
1011
extern crate tracing;

0 commit comments

Comments
 (0)