rust/src/libcore/fmt
Nathan Froyd b1858447d3 fix confusion about parts required for float formatting
The documentation for flt2dec doesn't match up with the actual
implementation, so fix the documentation to align with reality.
Presumably due to the mismatch, the formatting code for floats in
std::fmt can use correspondingly shorter arrays in some places, so fix
those places up as well.

Fixes #41304.
2017-05-09 12:58:50 -04: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 Added doc comments for fmt::Result 2017-04-09 23:07:18 -05:00
num.rs Remove num::{Zero,One} 2017-04-20 21:16:31 -07:00