Remove (eager)
This commit is contained in:
parent
1bdf112529
commit
6749ee4d7b
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ pub struct MultipleMutBorrows {
|
||||||
pub span: Span,
|
pub span: Span,
|
||||||
#[label]
|
#[label]
|
||||||
pub binding_span: Span,
|
pub binding_span: Span,
|
||||||
#[subdiagnostic(eager)]
|
#[subdiagnostic]
|
||||||
pub occurences: Vec<MultipleMutBorrowOccurence>,
|
pub occurences: Vec<MultipleMutBorrowOccurence>,
|
||||||
pub name: Ident,
|
pub name: Ident,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue