Skip to content

Commit

Permalink
remove an extraneous comment
Browse files Browse the repository at this point in the history
Co-authored-by: Rémy Rakic <[email protected]>
  • Loading branch information
dingxiangfei2009 and lqd authored Dec 19, 2024
1 parent 47e8d02 commit 0a77622
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_borrowck/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,6 @@ impl<'a, 'tcx> MirBorrowckCtxt<'a, '_, 'tcx> {
) {
let sd = AccessDepth::Drop;

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

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

0 comments on commit 0a77622

Please sign in to comment.