keywords.md: add an entry for macro_rules in the "Weak keywords" lexer block

This commit is contained in:
Matthew Woodcraft 2023-05-06 15:02:16 +01:00
parent 689ef0581a
commit 089f6e12c2
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ is possible to declare a variable or method with the name `union`.
Beginning in the 2018 edition, `dyn` has been promoted to a strict keyword.
> **<sup>Lexer</sup>**\
> KW_MACRO_RULES : `macro_rules`\
> KW_UNION : `union`\
> KW_STATICLIFETIME : `'static`
>