Run cargo fmt for doc comments (#515)

pull/524/head
Devashish Dixit 5 years ago committed by Stjepan Glavina
parent 74a7d93611
commit f611ceccc8

@ -1 +1,2 @@
version = "Two"
format_code_in_doc_comments = true

@ -23,8 +23,8 @@
/// ```
/// # async_std::task::block_on(async {
/// #
/// use async_std::prelude::*;
/// use async_std::io;
/// use async_std::prelude::*;
/// use async_std::print;
///
/// print!("this ").await;
@ -181,8 +181,8 @@ macro_rules! eprintln {
/// #
/// use std::cell::Cell;
///
/// use async_std::task;
/// use async_std::prelude::*;
/// use async_std::task;
///
/// task_local! {
/// static VAL: Cell<u32> = Cell::new(5);

Loading…
Cancel
Save