rust/library/alloc
Elias Holzmann 79d9afda13 std::fmt: Fix the grammar documentation
According to the grammar documented, the format specifier `{: }` should not be
legal because of the whitespace it contains. However, in reality, this is
perfectly fine because the actual implementation allows spaces before the
closing brace. Fixes #71088.

Also, the exact meaning of most of the terminal symbols was not specified, for
example the meaning of `identifier`.
2022-05-01 15:27:41 +02:00
..
benches Add VecDeque::extend benchmark 2022-04-27 21:10:20 +02:00
src std::fmt: Fix the grammar documentation 2022-05-01 15:27:41 +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