From: bors Date: Mon, 15 May 2017 08:42:10 +0000 (+0000) Subject: Auto merge of #41859 - froydnj:align-float-parts, r=sfackler X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ac254fbe7961dc78575fe8144a7049d280f06126;p=rust.git Auto merge of #41859 - froydnj:align-float-parts, r=sfackler 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. --- ac254fbe7961dc78575fe8144a7049d280f06126