This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 6b70be2
committed
Remove unneeded encode/decode methods.
In rust-lang#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.1 parent 58002fa commit 6b70be2
File tree
3 files changed
+0
-13
lines changed- compiler
- rustc_metadata/src/rmeta
- rustc_middle/src
- query
- ty
3 files changed
+0
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | 111 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 112 | | |
117 | 113 | | |
118 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
1029 | | - | |
1030 | 1029 | | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
1034 | 1030 | | |
1035 | 1031 | | |
1036 | 1032 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | 521 | | |
527 | 522 | | |
528 | 523 | | |
| |||
0 commit comments