Address unused tuple struct fields in rustfmt
This commit is contained in:
parent
c4c7c76729
commit
2f6fc05186
1 changed files with 1 additions and 1 deletions
|
|
@ -1947,7 +1947,7 @@ fn rewrite_unary_op(
|
|||
}
|
||||
|
||||
pub(crate) enum RhsAssignKind<'ast> {
|
||||
Expr(&'ast ast::ExprKind, Span),
|
||||
Expr(&'ast ast::ExprKind, #[allow(unused_tuple_struct_fields)] Span),
|
||||
Bounds,
|
||||
Ty,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue