diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-04-30 17:43:46 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-04-30 17:43:46 -0400 |
| commit | 1e40360af9267abcccee6b465f685c4d43e47534 (patch) | |
| tree | 738a9ec235c3473f31a73d3ac88d8abcbd8cbc96 | |
| parent | 2f613bfaeb81ce25b116835a5f09750384b888c7 (diff) | |
| download | rust-1e40360af9267abcccee6b465f685c4d43e47534.tar.gz rust-1e40360af9267abcccee6b465f685c4d43e47534.zip | |
Clarify intention wrt integers
Fixes #24767
| -rw-r--r-- | src/libcollections/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcollections/fmt.rs b/src/libcollections/fmt.rs index 4480a7d7e0a..80fa6d397c8 100644 --- a/src/libcollections/fmt.rs +++ b/src/libcollections/fmt.rs @@ -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. |
