Skip to content

Commit cbe45c6

Browse files
committed
Rollup merge of rust-lang#25002 - steveklabnik:gh24767, r=alexcrichton
Fixes rust-lang#24767
2 parents b5432f5 + 1e40360 commit cbe45c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/fmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
//! longer than this width, then it is truncated down to this many characters and only those are
399399
//! emitted.
400400
//!
401-
//! For integral types, this has no meaning currently.
401+
//! For integral types, this is ignored.
402402
//!
403403
//! For floating-point types, this indicates how many digits after the decimal point should be
404404
//! printed.

0 commit comments

Comments
 (0)