We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca4856a + 4346386 commit 4ecf49fCopy full SHA for 4ecf49f
src/lib.rs
@@ -47,7 +47,7 @@
47
#![doc(test(attr(deny(rust_2018_idioms, warnings))))]
48
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
49
#![doc(html_logo_url = "https://async.rs/images/logo--hero.svg")]
50
-#![recursion_limit = "1024"]
+#![recursion_limit = "2048"]
51
52
#[macro_use]
53
mod utils;
0 commit comments