mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 09:15:33 +00:00
update recursion_limit
This commit is contained in:
parent
0c5abee284
commit
b66ffa670e
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue