1
Fork 0
rust/library/alloc
Jacob Pratt e7ee58243a
Rollup merge of #133057 - tisonkun:into-chars, r=Amanieu
Impl String::into_chars

Tracking issue - https://github.com/rust-lang/rust/issues/133125

r? `@programmerjake` `@kennytm` `@Amanieu`

This refers to https://github.com/rust-lang/libs-team/issues/268

Before adding tests and creating a tracking issue, I'd like to reach a consensus on the implementation direction and two questions:

1. Whether we'd add a `String::into_char_indices` method also?
2. See inline comment.
2025-01-08 00:52:44 -05:00
..
benches update cfgs 2024-11-27 15:14:54 +00:00
src Rollup merge of #133057 - tisonkun:into-chars, r=Amanieu 2025-01-08 00:52:44 -05:00
tests add regression test for unsound Flatten/FlatMap specialization 2025-01-04 19:44:49 +01:00
Cargo.toml Update compiler-builtins to 0.1.140 2024-12-27 22:26:08 +00:00