]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #22833 - laijs:remove-redundant-else-branch, r=dotdash
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 27 Feb 2015 06:14:25 +0000 (11:44 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 27 Feb 2015 16:37:03 +0000 (22:07 +0530)
 The branch \"else { continue }\" is the last code inside a loop body,
it is just useless.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
1  2 
src/libcore/iter.rs

Simple merge