This commit is contained in:
Tim Chevalier 2012-10-05 14:27:56 -07:00
parent e16dbb7888
commit ca49fd402a
23 changed files with 93 additions and 97 deletions

View file

@ -230,7 +230,7 @@ pure fn can_begin_expr(t: token) -> bool {
}
/// what's the opposite delimiter?
fn flip_delimiter(&t: token::token) -> token::token {
fn flip_delimiter(t: token::token) -> token::token {
match t {
token::LPAREN => token::RPAREN,
token::LBRACE => token::RBRACE,