This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit a22c5f9
authored
Rollup merge of rust-lang#108916 - fmease:rm-unused-ret-val, r=compiler-errors
Remove an unused return value in `rustc_hir_typeck`
Unused since rust-lang#89580. Just something I noticed a while ago.
`@rustbot` label C-cleanup1 file changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | | - | |
307 | 306 | | |
308 | 307 | | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
| 308 | + | |
| 309 | + | |
314 | 310 | | |
315 | 311 | | |
316 | 312 | | |
| |||
1389 | 1385 | | |
1390 | 1386 | | |
1391 | 1387 | | |
1392 | | - | |
| 1388 | + | |
1393 | 1389 | | |
1394 | 1390 | | |
1395 | 1391 | | |
| |||
0 commit comments