rustfmt code in {} blocks
johannescpk opened this issue · 0 comments
johannescpk commented
Would be nice to rustfmt code in arbitrary rust {} blocks. Might be possible with https://docs.rs/rustfmt/0.10.0/rustfmt/fn.format_input.html but would require rewriting the macro callsite file, which sounds scary.
Related