Fix typos in comment
This commit is contained in:
parent
2471248370
commit
b2d10e39b4
1 changed files with 1 additions and 1 deletions
|
|
@ -2786,7 +2786,7 @@ where
|
|||
{
|
||||
debug!("rewrite_tuple {:?}", shape);
|
||||
if context.use_block_indent() {
|
||||
// We use the same rule as funcation call for rewriting tuple.
|
||||
// We use the same rule as function calls for rewriting tuples.
|
||||
let force_trailing_comma = if context.inside_macro {
|
||||
span_ends_with_comma(context, span)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue