diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-05 16:10:08 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-10-05 16:10:08 -0700 |
| commit | f8bc0d25455d7bfb299cd0e7693ee575f5dbce21 (patch) | |
| tree | 80c1bde3c3f3b0cf47993dfe769418cc2ac55323 /src/libsyntax/parse/token.rs | |
| parent | ca49fd402af8e7bf613c43e996274b5a017958d2 (diff) | |
| download | rust-f8bc0d25455d7bfb299cd0e7693ee575f5dbce21.tar.gz rust-f8bc0d25455d7bfb299cd0e7693ee575f5dbce21.zip | |
Revert "wip"
This reverts commit ca49fd402af8e7bf613c43e996274b5a017958d2.
Diffstat (limited to 'src/libsyntax/parse/token.rs')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index 99b789cf63f..a328ff1bdf6 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -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, |
