rust/src/libcore/fmt
Ryan Thomas b9a44fc489 Update docs for fmt::write.
I reworded it slightly to make it more clear that the function only take
two arguments - the output and the Arguments struct that can be
generated from the format_args! macro.

r? @steveklabnik
2017-06-22 19:50:56 +01:00
..
rt Add missing Eq implementations 2016-09-18 14:26:49 +02:00
builders.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
float.rs fix confusion about parts required for float formatting 2017-05-09 12:58:50 -04:00
mod.rs Update docs for fmt::write. 2017-06-22 19:50:56 +01:00
num.rs Remove num::{Zero,One} 2017-04-20 21:16:31 -07:00