2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

Update src/lib.rs

This commit is contained in:
Yoshua Wuyts 2020-02-17 13:36:59 +01:00 committed by GitHub
parent 3719484eba
commit 283a54a155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -222,7 +222,7 @@
//! ```
//!
//! And to use async-std on `no_std` targets that only support `alloc` only
//! enable the `core` Cargo feature:
//! enable the `alloc` Cargo feature:
//!
//! ```toml
//! [dependencies.async-std]