]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #40934 - SamWhited:improve_write_writeln_docs, r=steveklabnik
authorCorey Farwell <coreyf@rwell.org>
Fri, 31 Mar 2017 15:43:39 +0000 (11:43 -0400)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2017 15:43:39 +0000 (11:43 -0400)
Improve the docs for the write and writeln macros

This change reduces duplication by linking the documentation for
`writeln!` to `write!`. It also restructures the `write!` documentation
to read in a more logical manner (I hope; feedback would be welcome).

Updates #29329, #29381


Trivial merge