]> git.lizzy.rs Git - rust.git/commit
Add #[must_use] to remaining alloc functions
authorJohn Kugelman <john@kugelman.name>
Thu, 14 Oct 2021 23:56:53 +0000 (19:56 -0400)
committerKugelman, John R <Kugelman.John@vast-inc.com>
Fri, 15 Oct 2021 15:46:49 +0000 (11:46 -0400)
commitfb2d0f5c03d2f699eb87bc1986386bdcf6a3f6eb
tree28c56c4502ee837b968171f9508e6f4ca87deed5
parente1e9319d93aea755c444c8f8ff863b0936d7a4b6
Add #[must_use] to remaining alloc functions
15 files changed:
library/alloc/benches/btree/map.rs
library/alloc/src/collections/binary_heap.rs
library/alloc/src/collections/btree/map.rs
library/alloc/src/collections/btree/map/entry.rs
library/alloc/src/collections/btree/map/tests.rs
library/alloc/src/collections/btree/set.rs
library/alloc/src/collections/btree/set/tests.rs
library/alloc/src/collections/linked_list.rs
library/alloc/src/collections/mod.rs
library/alloc/src/fmt.rs
library/alloc/src/rc.rs
library/alloc/src/str.rs
library/alloc/src/string.rs
library/alloc/src/sync.rs
library/alloc/src/vec/drain.rs