forked from mirror/async-std
Run cargo fmt for doc comments (#515)
This commit is contained in:
parent
74a7d93611
commit
f611ceccc8
2 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue