Skip to content

Commit

Permalink
Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm
Browse files Browse the repository at this point in the history
Implement Extend<AsciiChar> for String

Implement `Extend<AsciiChar>` for `String` as suggested in rust-lang/rust#110998 (comment). 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!
  • Loading branch information
jhpratt authored Feb 15, 2025
2 parents e96179d + 6c9fabc commit 4ae529f
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 4ae529f

Please sign in to comment.