We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfe49e commit 19caba0Copy full SHA for 19caba0
library/alloc/src/fmt.rs
@@ -188,10 +188,10 @@
188
//! * `#X` - precedes the argument with a `0x`
189
//! * `#b` - precedes the argument with a `0b`
190
//! * `#o` - precedes the argument with a `0o`
191
-//!
+//!
192
//! See [Formatting traits](#formatting-traits) for a description of what the `?`, `x`, `X`,
193
//! `b`, and `o` flags do.
194
195
//! * `0` - This is used to indicate for integer formats that the padding to `width` should
196
//! both be done with a `0` character as well as be sign-aware. A format
197
//! like `{:08}` would yield `00000001` for the integer `1`, while the
0 commit comments