run cargo fmt

This commit is contained in:
k-nasa 2020-02-20 09:03:36 +09:00
parent eb03f37e43
commit bd60cd9f81

View file

@ -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:
//!