diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-05-01 11:12:17 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-05-01 20:20:20 +0530 |
| commit | 216fdafd71f8f5dfe1a314792b676365e4ccfbd1 (patch) | |
| tree | 77243a81b19f0a5493343fd12269a05eec9c5637 | |
| parent | 4aab003b60943885e340567a6d9cb4bc652614b8 (diff) | |
| parent | 1e40360af9267abcccee6b465f685c4d43e47534 (diff) | |
| download | rust-216fdafd71f8f5dfe1a314792b676365e4ccfbd1.tar.gz rust-216fdafd71f8f5dfe1a314792b676365e4ccfbd1.zip | |
Rollup merge of #25002 - steveklabnik:gh24767, r=alexcrichton
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. |
