Rollup merge of #25002 - steveklabnik:gh24767, r=alexcrichton

Fixes #24767
This commit is contained in:
Manish Goregaokar 2015-05-01 11:12:17 +05:30
commit 216fdafd71

View File

@ -398,7 +398,7 @@
//! longer than this width, then it is truncated down to this many characters and only those are
//! emitted.
//!
//! For integral types, this has no meaning currently.
//! For integral types, this is ignored.
//!
//! For floating-point types, this indicates how many digits after the decimal point should be
//! printed.