This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit b97616c
authored
Unrolled build for rust-lang#126347
Rollup merge of rust-lang#126347 - slanterns:try_simplify, r=scottmcm
Simplify `try_*`'s signature on `Iterator`
Inspired by rust-lang#126249 (comment).
r? `@scottmcm`
(Seems there's no need to explicitly use `<Self as Iterator>::Item`? I only find this occurrence across the whole file.)1 file changed
+11
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2080 | 2080 | | |
2081 | 2081 | | |
2082 | 2082 | | |
2083 | | - | |
2084 | | - | |
| 2083 | + | |
2085 | 2084 | | |
2086 | 2085 | | |
2087 | 2086 | | |
| |||
2689 | 2688 | | |
2690 | 2689 | | |
2691 | 2690 | | |
2692 | | - | |
| 2691 | + | |
| 2692 | + | |
| 2693 | + | |
| 2694 | + | |
2693 | 2695 | | |
2694 | 2696 | | |
2695 | | - | |
2696 | | - | |
2697 | | - | |
| 2697 | + | |
2698 | 2698 | | |
2699 | 2699 | | |
2700 | 2700 | | |
| |||
2956 | 2956 | | |
2957 | 2957 | | |
2958 | 2958 | | |
2959 | | - | |
| 2959 | + | |
| 2960 | + | |
| 2961 | + | |
| 2962 | + | |
2960 | 2963 | | |
2961 | 2964 | | |
2962 | | - | |
2963 | | - | |
2964 | | - | |
| 2965 | + | |
2965 | 2966 | | |
2966 | 2967 | | |
2967 | 2968 | | |
| |||
0 commit comments