rust-cssparser icon indicating copy to clipboard operation
rust-cssparser copied to clipboard

cargo fmt does not work through macros

Open tiaanl opened this issue 10 months ago • 0 comments

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

tiaanl avatar Apr 08 '24 20:04 tiaanl