Migrate users of 'loop' to 'continue'

Closes #9467
This commit is contained in:
Alex Crichton
2013-10-01 14:31:03 -07:00
parent 4af849bc12
commit 4f67dcb24a
49 changed files with 78 additions and 78 deletions

View File

@@ -340,7 +340,7 @@ pub fn find_stability<AM: AttrMetaMethods, It: Iterator<AM>>(mut metas: It) -> O
"stable" => Stable,
"frozen" => Frozen,
"locked" => Locked,
_ => loop // not a stability level
_ => continue // not a stability level
};
return Some(Stability {