Closed
Description
For instance,
wrapper! {
use std:: collections::HashMap;
pub fn the (a: sdf )
{
( )
}
}
Removing this conditional in rewrite_macro_inner
gets most of the way there, but leaves things like Use
statements unformatted:
wrapper! {
use std:: collections::HashMap;
pub fn the(a: sdf) {
()
}
}