Convert 'again' to 'loop'. Remove 'again' keyword
This commit is contained in:
@@ -84,7 +84,7 @@ impl Reader {
|
||||
assert (w > 0u);
|
||||
if w == 1u {
|
||||
vec::push(chars, b0 as char );
|
||||
again;
|
||||
loop;
|
||||
}
|
||||
// can't satisfy this char with the existing data
|
||||
if end > vec::len(buf) {
|
||||
|
||||
Reference in New Issue
Block a user