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.
2 parents 74c16eb + adba642 commit bd5b868Copy full SHA for bd5b868
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