mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-19 00:23:58 +00:00
2397e7a887
Remove unncessary check for macro call Since `macro_rules` is a contextual keyword, it is an `IDENT` token and thus `is_path_start` already identifies it correctly. You can tell the previous check is unnecessary because the relevant tests still pass. |
||
---|---|---|
.. | ||
grammar | ||
syntax_kind | ||
tests | ||
event.rs | ||
grammar.rs | ||
input.rs | ||
lexed_str.rs | ||
lib.rs | ||
output.rs | ||
parser.rs | ||
shortcuts.rs | ||
syntax_kind.rs | ||
tests.rs | ||
token_set.rs |