diff options
| author | ljedrz <ljedrz@gmail.com> | 2019-06-17 20:31:26 +0200 |
|---|---|---|
| committer | ljedrz <ljedrz@gmail.com> | 2019-06-17 20:31:26 +0200 |
| commit | e1bf56de25a78b3883822f82aeba0010c4a2fad7 (patch) | |
| tree | da15fdfb3489d5bf3bd8624000b7f159f7632203 | |
| parent | 61e004d68e916694c12fb9051826ed1779ac98d6 (diff) | |
| download | rust-e1bf56de25a78b3883822f82aeba0010c4a2fad7.tar.gz rust-e1bf56de25a78b3883822f82aeba0010c4a2fad7.zip | |
remove superfluous space
| -rw-r--r-- | src/librustc_borrowck/borrowck/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_borrowck/borrowck/mod.rs b/src/librustc_borrowck/borrowck/mod.rs index 23b28952935..93cea6d2f01 100644 --- a/src/librustc_borrowck/borrowck/mod.rs +++ b/src/librustc_borrowck/borrowck/mod.rs @@ -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( |
