From 2810ea9a687df32064dc3fa7db48f52e27d39ed5 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 7 Sep 2012 15:32:04 -0700 Subject: Convert 'again' to 'loop'. Remove 'again' keyword --- src/libsyntax/parse/comments.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse/comments.rs') diff --git a/src/libsyntax/parse/comments.rs b/src/libsyntax/parse/comments.rs index 2d000074936..b85262cb79d 100644 --- a/src/libsyntax/parse/comments.rs +++ b/src/libsyntax/parse/comments.rs @@ -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 { -- cgit 1.4.1-3-g733a5