2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-30 17:25:32 +00:00

update recursion_limit

This commit is contained in:
k-nasa 2019-10-26 00:42:27 +09:00
parent 0c5abee284
commit b66ffa670e

View file

@ -46,7 +46,7 @@
#![doc(test(attr(deny(rust_2018_idioms, warnings))))]
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
#![doc(html_logo_url = "https://async.rs/images/logo--hero.svg")]
#![recursion_limit = "1024"]
#![recursion_limit = "2048"]
#![feature(associated_type_bounds)]
#[macro_use]