forked from mirror/async-std
Update src/lib.rs
This commit is contained in:
parent
3719484eba
commit
283a54a155
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! And to use async-std on `no_std` targets that only support `alloc` only
|
//! 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
|
//! ```toml
|
||||||
//! [dependencies.async-std]
|
//! [dependencies.async-std]
|
||||||
|
|
Loading…
Reference in a new issue