rust-analyzer/crates/parser
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
..
src Auto merge of #16787 - pksunkara:remove-macro-call-check, r=lnicola 2024-03-08 13:23:31 +00:00
test_data test: add test for float_split_scientific_notation 2024-03-06 22:51:22 +08:00
Cargo.toml Cleanup 2024-03-04 11:10:06 +01:00