rust/library/alloc
Elias Holzmann c70f3ab5e5 std::fmt: Removed reference to Formatter::buf and other private fields
Formatter::buf is not a public field and therefore isn't very helpful in user-
facing documentation. Also, the other public fields of Formatter were made
private during stabilization of std::fmt (4af3494bb0) and can now only be read
via accessor methods.
2022-05-01 15:27:41 +02:00
..
benches Add VecDeque::extend benchmark 2022-04-27 21:10:20 +02:00
src std::fmt: Removed reference to Formatter::buf and other private fields 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