Switch 'cont' to 'again' everywhere. Close #2229.
This commit is contained in:
parent
9afc8be04b
commit
c26d02557e
28 changed files with 47 additions and 47 deletions
|
|
@ -1184,7 +1184,7 @@ mod node {
|
|||
let next_char = get_next_char_in_leaf(it);
|
||||
alt(next_char) {
|
||||
option::none {
|
||||
cont;
|
||||
again;
|
||||
}
|
||||
option::some(_) {
|
||||
ret next_char;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue