We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0735e5 commit 9c4115fCopy full SHA for 9c4115f
src/macros.rs
@@ -259,17 +259,16 @@ fn rewrite_macro_inner(
259
260
if !arg_vec.is_empty() && arg_vec.iter().all(MacroArg::is_item) {
261
let rewrite = rewrite_macro_with_items(
262
- context,
263
- &arg_vec,
264
- ¯o_name,
265
- shape,
266
- style,
267
- original_style,
268
- position,
269
- mac.span(),
+ context,
+ &arg_vec,
+ ¯o_name,
+ shape,
+ style,
+ original_style,
+ position,
+ mac.span(),
270
);
271
return (rewrite, Some(style));
272
- );
273
}
274
275
(
0 commit comments