mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
58a06b6a99
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`). |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |