Format with rustfmt

This commit is contained in:
Taiki Endo
2019-10-17 17:45:18 +09:00
committed by gnzlbg
parent 66afa48445
commit 5c1430079b
2 changed files with 9 additions and 8 deletions

View File

@@ -147,7 +147,10 @@ pub fn assert_instr(
}
};
// why? necessary now to get tests to work?
let tokens: TokenStream = tokens.to_string().parse().expect("cannot parse tokenstream");
let tokens: TokenStream = tokens
.to_string()
.parse()
.expect("cannot parse tokenstream");
let tokens: TokenStream = quote! {
#item