]> git.lizzy.rs Git - rust.git/commit
auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmr
authorbors <bors@rust-lang.org>
Sun, 18 May 2014 09:51:30 +0000 (02:51 -0700)
committerbors <bors@rust-lang.org>
Sun, 18 May 2014 09:51:30 +0000 (02:51 -0700)
commit2b4cdea7f1a26f2ddb543a0650b32e1024df7985
tree90a105b9a8e37e5eeb1096b5401dc83f650881ca
parentbf8648dbdad525eebe90e4920439b30c0440d682
parent14d3dbe292dc4ac590dabd0c33fe18edb7810be9
auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmr

This commit fills in the documentation holes for the FormatWriter trait which
were previously accidentally left blank. Additionally, this adds the `write_fmt`
method to the trait to allow usage of the `write!` macro with implementors of
the `FormatWriter` trait. This is not useful for consumers of the standard
library who should generally avoid the `FormatWriter` trait, but it is useful
for consumers of the core library who are not using the standard library.
src/libcore/fmt/mod.rs