Rename unused_tuple_struct_fields in rustfmt
Otherwise tests fail due to unknown lint and dead code warnings.
This commit is contained in:
parent
ae760e695c
commit
4a1b4182fe
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, #[allow(unused_tuple_struct_fields)] Span),
|
||||
Expr(&'ast ast::ExprKind, #[allow(dead_code)] Span),
|
||||
Bounds,
|
||||
Ty,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue