rust/library
Matthias Krüger 83da317e07
Rollup merge of #114641 - kupiakos:ascii-char-to-not-as, r=scottmcm
Rename copying `ascii::Char` methods from `as_` to `to_`

Tracking issue: #110998.

The [API guidelines][naming] describe `as_` as used for borrowed -> borrowed operations, and `to_` for
owned -> owned operations on `Copy` types.

[naming]: https://rust-lang.github.io/api-guidelines/naming.html
2023-08-09 06:32:27 +02:00
..
2023-07-02 17:02:45 -07:00
2023-08-03 14:50:50 +02:00
2023-08-07 14:11:03 +02:00
2023-07-31 16:13:02 +08:00
2023-08-03 14:50:50 +02:00
2023-06-13 21:45:04 -07:00
2023-08-03 14:50:50 +02:00
2023-08-03 14:50:50 +02:00