Nicholas Nethercote
58a06b6a99
Remove enum_from_u32
.
...
It's a macro that just creates an enum with a `from_u32` method. It has
two arms. One is unused and the other has a single use.
This commit inlines that single use and removes the whole macro. This
increases readability because we don't have two different macros
interacting (`enum_from_u32` and `language_item_table`).
2024-05-09 09:01:59 +10:00
..
2024-04-22 10:50:07 -04:00
2023-11-05 17:35:37 -06:00
2023-12-10 10:56:22 +08:00
2024-05-08 12:52:31 +10:00
2024-05-08 12:52:31 +10:00
2023-12-10 10:56:22 +08:00
2024-05-08 12:52:31 +10:00
2023-12-10 10:56:22 +08:00
2024-02-14 18:40:53 -08:00
2024-01-24 15:36:57 -08:00
2024-03-20 08:49:13 -04:00
2024-03-29 22:02:07 +01:00
2024-04-22 10:50:07 -04:00
2024-05-07 10:19:12 +10:00
2023-10-19 20:18:51 -03:00
2024-01-05 20:55:32 +01:00
2024-01-17 17:09:55 -05:00
2023-06-09 00:20:37 +00:00
2024-02-09 19:13:07 +03:00
2024-05-09 09:01:59 +10:00
2024-01-18 03:30:05 +01:00
2024-03-15 18:31:07 -04:00
2024-02-18 16:38:11 +08:00
2024-05-09 08:13:24 +10:00
2024-05-08 12:52:31 +10:00
2024-01-24 15:36:57 -08:00
2024-04-13 17:03:12 +02:00
2024-02-14 18:40:53 -08:00
2024-04-29 10:21:54 +10:00
2024-05-07 10:19:12 +10:00
2024-04-29 10:21:54 +10:00
2024-05-01 21:01:51 -04:00
2024-05-02 03:49:46 +02:00