Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Greiner committed Sep 21, 2021
1 parent 91d9b43 commit b8c8b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/diagnostics/diagnostic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ impl Display for DiagnosticKind {
format!("Unresolved type_id {} (hir_id {:?})", t_id, hir_id)
}
Self::UnresolvedTraitCall {
call_hir_id,
call_hir_id: _,
given_sig,
existing_impls,
} => {
Expand Down

0 comments on commit b8c8b57

Please sign in to comment.