rust/library/alloc
Jacob Pratt 26be558650
Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm
Implement Extend<AsciiChar> for String

Implement `Extend<AsciiChar>` for `String` as suggested in https://github.com/rust-lang/rust/issues/110998#issuecomment-2590122968. Also implements `Extend<&AsciiChar>` since there's an analogous impl for `Extend<&char>`, but happy to remove if not thought useful.

r? `@scottmcm`
since you requested it, but no pressure to review!
2025-02-15 02:37:28 -05:00
..
benches library: Update rand to 0.9.0 2025-02-13 12:20:55 -08:00
src Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm 2025-02-15 02:37:28 -05:00
tests library: Update rand to 0.9.0 2025-02-13 12:20:55 -08:00
Cargo.toml library: Update rand to 0.9.0 2025-02-13 12:20:55 -08:00