mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-28 19:26:49 +00:00
Update src/lib.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
This commit is contained in:
parent
b66ffa670e
commit
7ce721f562
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@
|
||||||
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
|
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
|
||||||
#![doc(html_logo_url = "https://async.rs/images/logo--hero.svg")]
|
#![doc(html_logo_url = "https://async.rs/images/logo--hero.svg")]
|
||||||
#![recursion_limit = "2048"]
|
#![recursion_limit = "2048"]
|
||||||
#![feature(associated_type_bounds)]
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod utils;
|
mod utils;
|
||||||
|
|
Loading…
Reference in a new issue