]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.

1  2 
src/libcore/fmt/mod.rs

Simple merge