Files
rust/crates/parser/src
bors 2397e7a887 Auto merge of #16787 - pksunkara:remove-macro-call-check, r=lnicola
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.
2024-03-08 13:23:31 +00:00
..
2021-12-25 22:02:26 +03:00
2024-03-04 11:10:06 +01:00
2024-03-04 11:10:06 +01:00
2023-02-13 13:55:14 +02:00
2024-03-06 23:32:40 +08:00
2021-10-03 23:39:43 +11:00