print floating point values at full precision by default #796
Labels
breaking-change
The RFC proposes a breaking change.
T-libs-api
Relevant to the library API team, which will review and decide on the RFC.
Wednesday May 21, 2014 at 20:08 GMT
For earlier discussion, see rust-lang/rust#14339
This issue was labelled with: I-enhancement in the Rust repository
By rounding to a specific number of digits by default, the standard library is causing confusion. Printing to a specified precision is very useful, but it should only happen via
{:.2}
rather than by default.The text was updated successfully, but these errors were encountered: