From 7d20a4435c2e70f9407129ba259b68e82b376fe1 Mon Sep 17 00:00:00 2001 From: Andrew Silver Date: Thu, 5 Nov 2020 08:15:34 +1100 Subject: [PATCH] Fixed updated docs to match the 80 column style the rest of the docs use --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 47aac45d..6f97bdca 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -223,8 +223,8 @@ //! features = ["tokio02"] //! ``` //! -//! Compatibility with the `tokio` 0.3 runtime is also simultaneously possible using the `tokio03` -//! Cargo feature: +//! Compatibility with the `tokio` 0.3 runtime is also simultaneously possible +//! using the `tokio03` Cargo feature: //! //! ```toml //! [dependencies.async-std]