You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: replace ascii::char::to_{u8,char} with From impls
Introduce `From<core::ascii::char>` implementations for all unsigned
numeric types and `char`. With those conversion presents, `to_u8` and
`to_char` methods on the type are no longer necessary.
This matches the interface of `char` type which doesn’t have `to_xx`
methods and instead offers From implementations.
Issue: #110998
0 commit comments