Use rustfmt to wrap and format comments

This commit is contained in:
David Tolnay
2018-08-14 22:32:27 -07:00
parent 5985b7edaf
commit cbfdba3826
11 changed files with 102 additions and 81 deletions
+2 -1
View File
@@ -95,7 +95,8 @@ where
}
}
/// Asserts that `value` serializes to the given `tokens`, and then yields `error`.
/// Asserts that `value` serializes to the given `tokens`, and then yields
/// `error`.
///
/// ```rust
/// # #[macro_use]