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 <remy.rakic+github@gmail.com>
  • Loading branch information
2 people authored and compiler-errors committed Jan 8, 2025
1 parent 34edb21 commit 13c7122
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 @@ -1171,7 +1171,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 13c7122

Please sign in to comment.