Cargo fmt
This commit is contained in:
parent
f6c0a0f4ed
commit
78e09bd05c
1 changed files with 1 additions and 8 deletions
|
|
@ -103,14 +103,7 @@ fn rewrite_reorderable_item(
|
|||
_ => return None,
|
||||
};
|
||||
|
||||
combine_strs_with_missing_comments(
|
||||
context,
|
||||
&attrs_str,
|
||||
&item_str,
|
||||
missed_span,
|
||||
shape,
|
||||
false,
|
||||
)
|
||||
combine_strs_with_missing_comments(context, &attrs_str, &item_str, missed_span, shape, false)
|
||||
}
|
||||
|
||||
/// Rewrite a list of items with reordering. Every item in `items` must have
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue