We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b301e02 commit 733e7eeCopy full SHA for 733e7ee
src/libcollections/fmt.rs
@@ -353,6 +353,10 @@
353
//! * `^` - the argument is center-aligned in `width` columns
354
//! * `>` - the argument is right-aligned in `width` columns
355
//!
356
+//! Note that alignment may not be implemented by some types. A good way
357
+//! to ensure padding is applied is to format your input, then use this
358
+//! resulting string to pad your output.
359
+//!
360
//! ## Sign/#/0
361
362
//! These can all be interpreted as flags for a particular formatter.
0 commit comments