Skip to content

Commit

Permalink
Auto merge of rust-lang#88493 - chenyukang:fix-duplicated-diagnostic,…
Browse files Browse the repository at this point in the history
… r=estebank

Fix rust-lang#88256 remove duplicated diagnostics

Fix rust-lang#88256
  • Loading branch information
bors committed Sep 6, 2021
2 parents 48b8e45 + 1674eea commit 6271ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/syntux/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ mod tests {
suggestions: vec![],
span: span.unwrap_or_else(MultiSpan::new),
sort_span: DUMMY_SP,
is_lint: false,
}
}

Expand Down

0 comments on commit 6271ded

Please sign in to comment.