Address unused tuple struct fields in rustfmt
This commit is contained in:
parent
f002221a53
commit
ae760e695c
@ -1947,7 +1947,7 @@ fn rewrite_unary_op(
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) enum RhsAssignKind<'ast> {
|
pub(crate) enum RhsAssignKind<'ast> {
|
||||||
Expr(&'ast ast::ExprKind, Span),
|
Expr(&'ast ast::ExprKind, #[allow(unused_tuple_struct_fields)] Span),
|
||||||
Bounds,
|
Bounds,
|
||||||
Ty,
|
Ty,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user