Spacing changes made to the example
This commit is contained in:
parent
5e7039411b
commit
9d440d578d
1 changed files with 10 additions and 11 deletions
|
@ -358,10 +358,9 @@ macro_rules! try {
|
|||
/// # extern crate core;
|
||||
/// 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 {
|
||||
/// unimplemented!();
|
||||
/// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue