about summary refs log tree commit diff
path: root/src/libsyntax/parse/token.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-09-01 18:38:05 -0700
committerBrian Anderson <banderson@mozilla.com>2012-09-01 18:38:18 -0700
commit80c4f74c29ede062909db2b048b5b75820730994 (patch)
treed3b43776d36ddcc9d9582ab95745df3fdbddd95c /src/libsyntax/parse/token.rs
parentd777e5133360876baa4213f81a33934f04768a0f (diff)
downloadrust-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.rs1
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"
     ];