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 6d62084 commit ee3de44Copy full SHA for ee3de44
src/libcollections/fmt.rs
@@ -327,7 +327,7 @@
327
//! format := '{' [ argument ] [ ':' format_spec ] '}'
328
//! argument := integer | identifier
329
//!
330
-//! format_spec := [[fill]align][sign]['#'][0][width]['.' precision][type]
+//! format_spec := [[fill]align][sign]['#']['0'][width]['.' precision][type]
331
//! fill := character
332
//! align := '<' | '^' | '>'
333
//! sign := '+' | '-'
0 commit comments