mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-07 00:16:16 +00:00
In #110927 the encode/decode methods for `i8`, `char`, `bool`, and `str` were made inherent. This commit removes some unnecessary implementations of these methods that were missed in that PR.