From c26d02557e77ef02bf897563a38867ff0da3fc2a Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 9 Jul 2012 14:37:48 -0700 Subject: Switch 'cont' to 'again' everywhere. Close #2229. --- 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 bd164402c1d..d351d492fb0 100644 --- a/src/libsyntax/parse/comments.rs +++ b/src/libsyntax/parse/comments.rs @@ -56,7 +56,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() { - cont; + again; } for line.each_chari |j, c| { if j >= i { -- cgit 1.4.1-3-g733a5