Nicholas Nethercote 9dd5340d3c Remove is_any_keyword methods.
They're dodgy, covering all the keywords, including weak ones, and
edition-specific ones without considering the edition. They have a
single use in rustfmt. This commit changes that use to
`is_reserved_ident`, which is a much more widely used alternative and is
good enough, judging by the lack of effect on the test suite.
2025-03-24 18:43:37 +11:00
..
2025-02-28 08:42:14 +11:00
2025-02-21 21:47:48 -05:00
2025-03-07 14:51:07 +11:00
2024-07-29 08:26:52 +10:00
2024-12-31 01:56:33 +00:00
2025-03-24 18:43:37 +11:00
2025-03-07 14:51:07 +11:00