This repository was archived by the owner on Mar 24, 2022. It is now read-only.
Commit d3a1377
authored
into_iter() -> iter() for arrays (#382)
This was previously accepted by the compiler but is being phased out;
it will become a hard error in a future rustc release.
See rust-lang/rust#66145
>1 parent a765d70 commit d3a1377
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments