Update src/lib.rs

This commit is contained in:
Yoshua Wuyts 2020-02-17 13:36:59 +01:00 committed by GitHub
parent 3719484eba
commit 283a54a155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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