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.
1 parent 0c5abee commit b66ffa6Copy full SHA for b66ffa6
src/lib.rs
@@ -46,7 +46,7 @@
46
#![doc(test(attr(deny(rust_2018_idioms, warnings))))]
47
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
48
#![doc(html_logo_url = "https://async.rs/images/logo--hero.svg")]
49
-#![recursion_limit = "1024"]
+#![recursion_limit = "2048"]
50
#![feature(associated_type_bounds)]
51
52
#[macro_use]
0 commit comments