2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-30 09:15:33 +00:00

Use the default recursion_limit.

Now that `extension_trait!` is gone, an increased limit isn't necessary.
This commit is contained in:
Nicholas Nethercote 2022-03-15 09:53:28 +11:00
parent 01ede03e0a
commit cca0f3e321

View file

@ -282,7 +282,6 @@
#![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 = "2048"]
extern crate alloc;