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 c493634 commit 9bfe49eCopy full SHA for 9bfe49e
library/alloc/src/fmt.rs
@@ -201,6 +201,7 @@
201
//! and before the digits. When used together with the `#` flag, a similar
202
//! rule applies: padding zeros are inserted after the prefix but before
203
//! the digits. The prefix is included in the total width.
204
+//! This flag overrides the [fill character and alignment flag](#fillalignment).
205
//!
206
//! ## Precision
207
0 commit comments