Skip to content

Commit fb9701c

Browse files
committed
Add safe keyword to lexer list
Somehow missed this in #1536
1 parent c160ecf commit fb9701c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/keywords.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ is possible to declare a variable or method with the name `union`.
103103
> **<sup>Lexer</sup>**\
104104
> KW_MACRO_RULES : `macro_rules`\
105105
> KW_UNION : `union`\
106-
> KW_STATICLIFETIME : `'static`
106+
> KW_STATICLIFETIME : `'static`\
107+
> KW_SAFE : `safe`
107108
>
108109
> **<sup>Lexer 2015</sup>**\
109110
> KW_DYN : `dyn`

0 commit comments

Comments
 (0)