Closed dtolnay closed 2 days ago
Using $(…)* around the whole macro body was hiding all this code from rustfmt.
$(
)*
Using
$(
…)*
around the whole macro body was hiding all this code from rustfmt.