]> git.lizzy.rs Git - rust.git/commitdiff
remove superfluous space
authorljedrz <ljedrz@gmail.com>
Mon, 17 Jun 2019 18:31:26 +0000 (20:31 +0200)
committerljedrz <ljedrz@gmail.com>
Mon, 17 Jun 2019 18:31:26 +0000 (20:31 +0200)
src/librustc_borrowck/borrowck/mod.rs

index 23b28952935d1f043ba5042dccbf6daef4356f94..93cea6d2f019fcf02f80b921c7cae75c579fcdae 100644 (file)
@@ -896,7 +896,7 @@ fn report_bckerr(&self, err: &BckError<'a, '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(