Remove 'implements' keyword in favour of :, part of #2301.

This commit is contained in:
Graydon Hoare 2012-06-22 18:19:35 -07:00
parent 3ed8561dea
commit f60cdf27e7
17 changed files with 21 additions and 20 deletions

View file

@ -251,7 +251,6 @@ fn contextual_keyword_table() -> hashmap<str, ()> {
let keys = [
"as",
"else",
"implements",
"move",
"of",
"priv", "pub",