From bd60cd9f81a16681761372fe57a8613c37e6adbd Mon Sep 17 00:00:00 2001 From: k-nasa Date: Thu, 20 Feb 2020 09:03:36 +0900 Subject: [PATCH] run `cargo fmt` --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a6a8f31c2..d49879275 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: //!