Convert 'again' to 'loop'. Remove 'again' keyword

This commit is contained in:
Brian Anderson
2012-09-07 15:32:04 -07:00
parent 073df63c72
commit 2810ea9a68
35 changed files with 56 additions and 56 deletions

View File

@@ -55,7 +55,7 @@ fn strip_doc_comment_decoration(comment: ~str) -> ~str {
let mut i = max.get_default(uint::max_value);
for lines.each |line| {
if line.trim().is_empty() {
again;
loop;
}
for line.each_chari |j, c| {
if j >= i {