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:
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
|
||||
//! enable the `core` Cargo feature:
|
||||
//! enable the `alloc` Cargo feature:
|
||||
//!
|
||||
//! ```toml
|
||||
//! [dependencies.async-std]
|
||||
|
|
Loading…
Reference in a new issue