Add note on how 0 flag overrides fill character

This commit is contained in:
Matt Harding 2023-11-08 15:41:45 +00:00
parent c493634064
commit 9bfe49e00a

View File

@ -201,6 +201,7 @@
//! and before the digits. When used together with the `#` flag, a similar
//! rule applies: padding zeros are inserted after the prefix but before
//! the digits. The prefix is included in the total width.
//! This flag overrides the [fill character and alignment flag](#fillalignment).
//!
//! ## Precision
//!