Commit 7d8e329
authored
Rollup merge of rust-lang#105243 - RalfJung:no-op-let, r=Mark-Simulacrum
remove no-op 'let _ = '
Also see the discussion at rust-lang#93563 (comment).
I don't know why these `Drop` implementations exist to begin with, given that their body does literally nothing, but did not want to change that. (It might affect dropck.)
Cc `````@ibraheemdev````` `````@Amanieu`````1 file changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
632 | | - | |
633 | | - | |
634 | | - | |
| 632 | + | |
635 | 633 | | |
636 | 634 | | |
637 | 635 | | |
| |||
751 | 749 | | |
752 | 750 | | |
753 | 751 | | |
754 | | - | |
755 | | - | |
756 | | - | |
| 752 | + | |
757 | 753 | | |
758 | 754 | | |
759 | 755 | | |
| |||
1094 | 1090 | | |
1095 | 1091 | | |
1096 | 1092 | | |
1097 | | - | |
1098 | | - | |
1099 | | - | |
| 1093 | + | |
1100 | 1094 | | |
1101 | 1095 | | |
1102 | 1096 | | |
| |||
0 commit comments