Open
Description
Some macros have match bodies inside, e.g. match_byte
and match_ignore_ascii_case
and the formatter skips those bodies.
Some of them are quite big, like here: src/tokenizer.rs:560
Some macros have match bodies inside, e.g. match_byte
and match_ignore_ascii_case
and the formatter skips those bodies.
Some of them are quite big, like here: src/tokenizer.rs:560
Activity