mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 04:06:31 +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.