forked from mirror/async-std
Update src/lib.rs
Co-Authored-By: nasa <htilcs1115@gmail.com>
This commit is contained in:
parent
d026c44ea3
commit
3719484eba
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@
|
||||||
//! [dependencies.async-std]
|
//! [dependencies.async-std]
|
||||||
//! version = "1.0.0"
|
//! version = "1.0.0"
|
||||||
//! default-features = false
|
//! default-features = false
|
||||||
//! features = ["core"]
|
//! features = ["alloc"]
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
#![cfg_attr(not(feature = "std"), no_std)]
|
#![cfg_attr(not(feature = "std"), no_std)]
|
||||||
|
|
Loading…
Reference in a new issue