Skip to content

Commit

Permalink
Use the default recursion_limit.
Browse files Browse the repository at this point in the history
Now that `extension_trait!` is gone, an increased limit isn't necessary.
  • Loading branch information
nnethercote committed Mar 14, 2022
1 parent 01ede03 commit cca0f3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -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;

Expand Down

0 comments on commit cca0f3e

Please sign in to comment.