2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-29 16:55:34 +00:00

Fixed updated docs to match the 80 column style the rest of the docs use

This commit is contained in:
Andrew Silver 2020-11-05 08:15:34 +11:00
parent 738fd46618
commit 7d20a4435c
No known key found for this signature in database
GPG key ID: A401E46BA2D84BD0

View file

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