Commit 8b07292
committed
Auto merge of rust-lang#65827 - AnthonyMikh:out_of_the_loop, r=estebank
Remove a loop which runs exactly once
Though the code seems to work properly, it is worth removing the loop entirely in order to not confuse the reader.
r? @estebank1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1816 | 1816 | | |
1817 | 1817 | | |
1818 | 1818 | | |
1819 | | - | |
1820 | | - | |
1821 | | - | |
1822 | | - | |
| 1819 | + | |
| 1820 | + | |
| 1821 | + | |
1823 | 1822 | | |
1824 | 1823 | | |
1825 | 1824 | | |
| |||
0 commit comments