Skip to content

Commit

Permalink
Add safe keyword to lexer list
Browse files Browse the repository at this point in the history
Somehow missed this in rust-lang#1536
  • Loading branch information
ehuss committed Nov 25, 2024
1 parent c160ecf commit fb9701c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ is possible to declare a variable or method with the name `union`.
> **<sup>Lexer</sup>**\
> KW_MACRO_RULES : `macro_rules`\
> KW_UNION : `union`\
> KW_STATICLIFETIME : `'static`
> KW_STATICLIFETIME : `'static`\
> KW_SAFE : `safe`
>
> **<sup>Lexer 2015</sup>**\
> KW_DYN : `dyn`
Expand Down

0 comments on commit fb9701c

Please sign in to comment.