diff options
| -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. |
