Commit ad1346c
Merge #6
6: Support stablised iter_intersperse r=CAD97 a=PurpleBooth
iter_intersperse was stablised in nightly, meaning we get a conflicting
implementation of interspersed. This feels like the easiest way to
maintain the functionality while supporting both stable and keeping the
path clear for when nightly becomes stable.
rust-lang/rust#79524 (comment)
rust-lang/rust#88548
Co-authored-by: Billie Thompson <billie@billiecodes.com>1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments