We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff160d2 commit 9e415d1Copy full SHA for 9e415d1
alloc/src/fmt.rs
@@ -167,7 +167,7 @@
167
//! * `-` - Currently not used
168
//! * `#` - This flag indicates that the "alternate" form of printing should
169
//! be used. The alternate forms are:
170
-//! * `#?` - pretty-print the [`Debug`] formatting (newline and indent)
+//! * `#?` - pretty-print the [`Debug`] formatting (adds linebreaks and indentation)
171
//! * `#x` - precedes the argument with a `0x`
172
//! * `#X` - precedes the argument with a `0x`
173
//! * `#b` - precedes the argument with a `0b`
0 commit comments