We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e928e94 + 6225b31 commit f1a0b58Copy full SHA for f1a0b58
src/liballoc/fmt.rs
@@ -343,9 +343,10 @@
343
//! * `^` - the argument is center-aligned in `width` columns
344
//! * `>` - the argument is right-aligned in `width` columns
345
//!
346
-//! Note that alignment may not be implemented by some types. A good way
347
-//! to ensure padding is applied is to format your input, then use this
348
-//! resulting string to pad your output.
+//! Note that alignment may not be implemented by some types. In particular, it
+//! is not generally implemented for the `Debug` trait. A good way to ensure
+//! padding is applied is to format your input, then use this resulting string
349
+//! to pad your output.
350
351
//! ## Sign/`#`/`0`
352
0 commit comments