Skip to content

Commit cca0f3e

Browse files
committed
Use the default recursion_limit.
Now that `extension_trait!` is gone, an increased limit isn't necessary.
1 parent 01ede03 commit cca0f3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@
282282
#![doc(test(attr(deny(rust_2018_idioms, warnings))))]
283283
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
284284
#![doc(html_logo_url = "https://async.rs/images/logo--hero.svg")]
285-
#![recursion_limit = "2048"]
286285

287286
extern crate alloc;
288287

0 commit comments

Comments
 (0)