We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edfe8b4 + f479538 commit b8c4b78Copy full SHA for b8c4b78
library/alloc/src/fmt.rs
@@ -177,8 +177,8 @@
177
//! These are all flags altering the behavior of the formatter.
178
//!
179
//! * `+` - This is intended for numeric types and indicates that the sign
180
-//! should always be printed. Positive signs are never printed by
181
-//! default, and the negative sign is only printed by default for signed values.
+//! should always be printed. By default only the negative sign of signed values
+//! is printed, and the sign of positive or unsigned values is omitted.
182
//! This flag indicates that the correct sign (`+` or `-`) should always be printed.
183
//! * `-` - Currently not used
184
//! * `#` - This flag indicates that the "alternate" form of printing should
0 commit comments