Remove a suggestion that is redundant
This commit is contained in:
parent
c763f833d1
commit
6018e21d8a
7 changed files with 5 additions and 35 deletions
|
@ -569,7 +569,6 @@ pub struct MatchExpressionArmCause<'tcx> {
|
|||
pub prior_arm_ty: Ty<'tcx>,
|
||||
pub prior_arm_span: Span,
|
||||
pub scrut_span: Span,
|
||||
pub scrut_hir_id: hir::HirId,
|
||||
pub source: hir::MatchSource,
|
||||
pub prior_non_diverging_arms: Vec<Span>,
|
||||
pub opt_suggest_box_span: Option<Span>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue