Skip to content

Commit e1bf56d

Browse files
committed
remove superfluous space
1 parent 61e004d commit e1bf56d

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_borrowck/borrowck

1 file changed

+1
-1
lines changed

src/librustc_borrowck/borrowck/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ impl BorrowckCtxt<'_, 'tcx> {
896896
// to implement two traits for "one operator" is not very intuitive for
897897
// many programmers.
898898
if err.cmt.note == mc::NoteIndex {
899-
let node = self.tcx.hir().get_by_hir_id(err.cmt.hir_id);
899+
let node = self.tcx.hir().get_by_hir_id(err.cmt.hir_id);
900900

901901
// This pattern probably always matches.
902902
if let Node::Expr(

0 commit comments

Comments
 (0)