Rollup merge of #25372 - steveklabnik:gh25355, r=alexcrichton
Fixes #25355
This commit is contained in:
commit
4c6527e807
@ -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…
Reference in New Issue
Block a user