mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
Rename unused_tuple_struct_fields
in rustfmt
Otherwise tests fail due to unknown lint and dead code warnings.
This commit is contained in:
parent
10f4023192
commit
26194a3ffa
@ -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…
Reference in New Issue
Block a user