|
|
@ -220,7 +220,7 @@
|
|
|
|
//! default-features = false
|
|
|
|
//! default-features = false
|
|
|
|
//! features = ["std"]
|
|
|
|
//! features = ["std"]
|
|
|
|
//! ```
|
|
|
|
//! ```
|
|
|
|
//!
|
|
|
|
//!
|
|
|
|
//! 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 `alloc` Cargo feature:
|
|
|
|
//! enable the `alloc` Cargo feature:
|
|
|
|
//!
|
|
|
|
//!
|
|
|
|