Rollup merge of #25372 - steveklabnik:gh25355, r=alexcrichton
Fixes #25355
This commit is contained in:
commit
4c6527e807
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ macro_rules! try {
|
|||
})
|
||||
}
|
||||
|
||||
/// Use the `format!` syntax to write data into a buffer of type `&mut Writer`.
|
||||
/// Use the `format!` syntax to write data into a buffer of type `&mut Write`.
|
||||
/// See `std::fmt` for more information.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue