parent
3265bd54b5
commit
4bfaa43eed
2 changed files with 5 additions and 1 deletions
|
@ -238,6 +238,8 @@ macro_rules! write {
|
|||
}
|
||||
|
||||
/// Use the `format!` syntax to write data into a buffer, appending a newline.
|
||||
/// On all platforms, the newline is the LINE FEED character (`\n`/`U+000A`)
|
||||
/// alone (no additional CARRIAGE RETURN (`\r`/`U+000D`).
|
||||
///
|
||||
/// This macro is typically used with a buffer of `&mut `[`Write`][write].
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue