Address unused tuple struct fields in rustfmt

This commit is contained in:
Jake Goulding 2023-11-29 15:39:20 -05:00
parent c4c7c76729
commit 2f6fc05186

View File

@ -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,
}