diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-06-19 19:34:01 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-06-20 17:27:28 -0700 |
| commit | 4dcf84e4f4a9a54254fd426609ad9f1ccffae3b9 (patch) | |
| tree | 487ddbc8454889971d4487744d8143410be097f1 /src/libsyntax/parse/token.rs | |
| parent | bcd3942f41252b989029683c33e61b3c92bf92ac (diff) | |
| download | rust-4dcf84e4f4a9a54254fd426609ad9f1ccffae3b9.tar.gz rust-4dcf84e4f4a9a54254fd426609ad9f1ccffae3b9.zip | |
Remove bind. Issue #2189
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 ec14778dc02..39327f1efad 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -250,7 +250,6 @@ fn contextual_keyword_table() -> hashmap<str, ()> { let words = str_hash(); let keys = [ "as", - "bind", "else", "implements", "move", |
