Skip to content

Commit

Permalink
Removed 'proc' from the reserved keywords list
Browse files Browse the repository at this point in the history
  • Loading branch information
zesterer committed Apr 5, 2018
1 parent 75af15e commit 446285e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libsyntax_pos/symbol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ declare_keywords! {
(46, Offsetof, "offsetof")
(47, Override, "override")
(48, Priv, "priv")
(49, Proc, "proc")
(50, Pure, "pure")
(51, Sizeof, "sizeof")
(52, Typeof, "typeof")
Expand Down

0 comments on commit 446285e

Please sign in to comment.