We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd182c4 commit adba642Copy full SHA for adba642
src/libcollections/fmt.rs
@@ -306,7 +306,8 @@
306
//! `%`. The actual grammar for the formatting syntax is:
307
//!
308
//! ```text
309
-//! format_string := <text> [ format <text> ] *
+//! format_string := <text> [ maybe-format <text> ] *
310
+//! maybe-format := '{' '{' | '}' '}' | <format>
311
//! format := '{' [ argument ] [ ':' format_spec ] '}'
312
//! argument := integer | identifier
313
0 commit comments