diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-01 18:38:05 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-01 18:38:18 -0700 |
| commit | 80c4f74c29ede062909db2b048b5b75820730994 (patch) | |
| tree | d3b43776d36ddcc9d9582ab95745df3fdbddd95c /src/libsyntax/parse/token.rs | |
| parent | d777e5133360876baa4213f81a33934f04768a0f (diff) | |
| download | rust-80c4f74c29ede062909db2b048b5b75820730994.tar.gz rust-80c4f74c29ede062909db2b048b5b75820730994.zip | |
Remove the 'to' keyword
Diffstat (limited to 'src/libsyntax/parse/token.rs')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index b9a9bc79e13..50e05bb459e 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -389,7 +389,6 @@ fn contextual_keyword_table() -> hashmap<~str, ()> { ~"of", ~"priv", ~"pub", ~"self", ~"send", ~"static", - ~"to", ~"use", ~"with" ]; |
