bors adb4bfd25d Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm
Use associated items of `char` instead of freestanding items in `core::char`

The associated functions and constants on `char` have been stable since 1.52 and the freestanding items have soft-deprecated since 1.62 (https://github.com/rust-lang/rust/pull/95566). This PR ~~marks them as "deprecated in future", similar to the integer and floating point modules (`core::{i32, f32}` etc)~~ replaces all uses of `core::char::*` with `char::*` to prepare for future deprecation of `core::char::*`.
2023-02-12 11:09:06 +00:00
..
2022-11-08 17:39:40 +01:00
2023-01-21 22:06:42 -05:00
2022-10-08 11:48:53 +00:00
2022-07-13 17:07:41 -07:00
2022-12-28 09:18:43 -05:00
2022-05-20 11:04:13 -03:00
2022-05-22 07:18:32 -03:00
2022-05-20 11:16:30 -07:00
2022-10-29 09:56:20 +01:00
2023-01-11 14:09:14 -08:00
2022-12-28 09:18:43 -05:00
2022-11-06 17:21:21 -05:00
2022-09-27 19:23:52 +00:00
2022-08-20 12:49:20 -04:00
2022-12-30 14:00:42 +01:00
2023-01-02 10:33:23 -08:00
2023-01-07 11:05:33 -07:00
2022-07-08 21:18:15 +00:00
2022-06-27 13:30:44 -04:00