Skip to content

Commit b66ffa6

Browse files
committed
update recursion_limit
1 parent 0c5abee commit b66ffa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#![doc(test(attr(deny(rust_2018_idioms, warnings))))]
4747
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
4848
#![doc(html_logo_url = "https://async.rs/images/logo--hero.svg")]
49-
#![recursion_limit = "1024"]
49+
#![recursion_limit = "2048"]
5050
#![feature(associated_type_bounds)]
5151

5252
#[macro_use]

0 commit comments

Comments
 (0)