libsyntax: Make `drop` no longer a keyword

This commit is contained in:
Patrick Walton 2013-05-23 19:22:53 -07:00
parent aeda178011
commit 481d4ca43f
1 changed files with 0 additions and 2 deletions

View File

@ -547,7 +547,6 @@ pub mod keywords {
Const,
Copy,
Do,
Drop,
Else,
Enum,
Extern,
@ -591,7 +590,6 @@ pub mod keywords {
Const => ident { repr: 37, ctxt: 0 },
Copy => ident { repr: 38, ctxt: 0 },
Do => ident { repr: 39, ctxt: 0 },
Drop => ident { repr: 40, ctxt: 0 },
Else => ident { repr: 41, ctxt: 0 },
Enum => ident { repr: 42, ctxt: 0 },
Extern => ident { repr: 43, ctxt: 0 },