Spacing changes made to the example
This commit is contained in:
@@ -358,8 +358,7 @@ macro_rules! try {
|
|||||||
/// # extern crate core;
|
/// # extern crate core;
|
||||||
/// use core::fmt::Write;
|
/// use core::fmt::Write;
|
||||||
///
|
///
|
||||||
/// struct Example{
|
/// struct Example;
|
||||||
/// }
|
|
||||||
///
|
///
|
||||||
/// impl Write for Example {
|
/// impl Write for Example {
|
||||||
/// fn write_str(&mut self, _s: &str) -> core::fmt::Result {
|
/// fn write_str(&mut self, _s: &str) -> core::fmt::Result {
|
||||||
|
|||||||
Reference in New Issue
Block a user