about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2019-04-26 22:18:59 +0200
committerSantiago Pastorino <spastorino@gmail.com>2019-05-02 22:52:43 +0200
commita0f4914ccbb6915a150a5e57a8dab12d5afc4d8c (patch)
tree528da215fca957477f7b61a945464a7f9430d289
parent08bfe16129b0621bc90184f8704523d4929695ef (diff)
downloadrust-a0f4914ccbb6915a150a5e57a8dab12d5afc4d8c.tar.gz
rust-a0f4914ccbb6915a150a5e57a8dab12d5afc4d8c.zip
This continue is not needed
-rw-r--r--src/librustc_mir/borrow_check/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_mir/borrow_check/mod.rs b/src/librustc_mir/borrow_check/mod.rs
index 1d65a018dd6..fc1f5eb5d5a 100644
--- a/src/librustc_mir/borrow_check/mod.rs
+++ b/src/librustc_mir/borrow_check/mod.rs
@@ -1831,7 +1831,6 @@ impl<'cx, 'gcx, 'tcx> MirBorrowckCtxt<'cx, 'gcx, 'tcx> {
                     }
 
                     place = base;
-                    continue;
                 }
             }
         }