Update src/lib.rs

Co-Authored-By: nasa <htilcs1115@gmail.com>
This commit is contained in:
Yoshua Wuyts 2020-02-17 13:36:23 +01:00 committed by GitHub
parent d026c44ea3
commit 3719484eba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)]