1
Fork 0
rust/library/alloc
Elias Holzmann afd80a21b0 std::fmt: Added argument index comments to examples for specifying precision
The examples for specifying the precision have comments explaining which
argument the specifier is referring to. However, for implicit positional
arguments, the examples simply talk about "next arg". To make it easier for
readers to follow the comments, "next arg" was supplemented with the actual
resulting argument index.
2022-05-01 15:27:40 +02:00
..
benches Add VecDeque::extend benchmark 2022-04-27 21:10:20 +02:00
src std::fmt: Added argument index comments to examples for specifying precision 2022-05-01 15:27:40 +02:00
tests Remove use of reverted std::ffi::c_char 2022-04-27 14:01:04 -07:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00