remove superfluous space

This commit is contained in:
ljedrz 2019-06-17 20:31:26 +02:00
parent 61e004d68e
commit e1bf56de25

View file

@ -896,7 +896,7 @@ impl BorrowckCtxt<'_, 'tcx> {
// to implement two traits for "one operator" is not very intuitive for
// many programmers.
if err.cmt.note == mc::NoteIndex {
let node = self.tcx.hir().get_by_hir_id(err.cmt.hir_id);
let node = self.tcx.hir().get_by_hir_id(err.cmt.hir_id);
// This pattern probably always matches.
if let Node::Expr(