Skip to content

Commit 0a77622

Browse files
remove an extraneous comment
Co-authored-by: Rémy Rakic <remy.rakic+github@gmail.com>
1 parent 47e8d02 commit 0a77622

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_borrowck/src

1 file changed

+0
-1
lines changed

Diff for: compiler/rustc_borrowck/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,6 @@ impl<'a, 'tcx> MirBorrowckCtxt<'a, '_, 'tcx> {
11571157
) {
11581158
let sd = AccessDepth::Drop;
11591159

1160-
// Use polonius output if it has been enabled.
11611160
let borrows_in_scope = self.borrows_in_scope(location, state);
11621161

11631162
// This is a very simplified version of `Self::check_access_for_conflict`.

0 commit comments

Comments
 (0)