Files
rust/library/alloc/src
bors bfa3635df9 Auto merge of #99969 - calebsander:feature/collect-box-str, r=dtolnay
alloc: implement FromIterator for Box<str>

`Box<[T]>` implements `FromIterator<T>` using `Vec<T>` + `into_boxed_slice()`.
Add analogous `FromIterator` implementations for `Box<str>`
matching the current implementations for `String`.
Remove the `Global` allocator requirement for `FromIterator<Box<str>>` too.

ACP: https://github.com/rust-lang/libs-team/issues/196
2024-05-19 02:13:06 +00:00
..
2024-04-24 22:59:39 +02:00
2024-03-01 18:20:48 +00:00
2023-12-10 10:56:22 +08:00
2024-01-28 18:33:34 +01:00
2024-03-20 08:49:13 -04:00
2024-04-05 00:02:42 +02:00
2024-05-02 19:42:31 -04:00
2023-12-10 10:56:22 +08:00