Skip to content

Commit 2daeb51

Browse files
dingxiangfei2009lqd
authored andcommitted
remove an extraneous comment
Co-authored-by: Rémy Rakic <remy.rakic+github@gmail.com>
1 parent 8013328 commit 2daeb51

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

compiler/rustc_borrowck/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,6 @@ impl<'a, 'tcx> MirBorrowckCtxt<'a, '_, 'tcx> {
11711171
) {
11721172
let sd = AccessDepth::Drop;
11731173

1174-
// Use polonius output if it has been enabled.
11751174
let borrows_in_scope = self.borrows_in_scope(location, state);
11761175

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

0 commit comments

Comments
 (0)