diff --git a/src/lib.rs b/src/lib.rs index a6a8f31..d498792 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -220,7 +220,7 @@ //! default-features = false //! features = ["std"] //! ``` -//! +//! //! And to use async-std on `no_std` targets that only support `alloc` only //! enable the `alloc` Cargo feature: //!