Skip to content

Commit 481d4ca

Browse files
committed
libsyntax: Make drop no longer a keyword
1 parent aeda178 commit 481d4ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libsyntax/parse/token.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ pub mod keywords {
547547
Const,
548548
Copy,
549549
Do,
550-
Drop,
551550
Else,
552551
Enum,
553552
Extern,
@@ -591,7 +590,6 @@ pub mod keywords {
591590
Const => ident { repr: 37, ctxt: 0 },
592591
Copy => ident { repr: 38, ctxt: 0 },
593592
Do => ident { repr: 39, ctxt: 0 },
594-
Drop => ident { repr: 40, ctxt: 0 },
595593
Else => ident { repr: 41, ctxt: 0 },
596594
Enum => ident { repr: 42, ctxt: 0 },
597595
Extern => ident { repr: 43, ctxt: 0 },

0 commit comments

Comments
 (0)