Skip to content

Commit

Permalink
remove superfluous space
Browse files Browse the repository at this point in the history
  • Loading branch information
ljedrz committed Jun 17, 2019
1 parent 61e004d commit e1bf56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_borrowck/borrowck/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e1bf56d

Please sign in to comment.