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:
parent
738fd46618
commit
7d20a4435c
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue