remove an extraneous comment

Co-authored-by: Rémy Rakic <remy.rakic+github@gmail.com>
This commit is contained in:
wieDasDing 2024-12-20 02:08:36 +08:00 committed by Michael Goulet
parent 34edb21f0b
commit 13c7122df8

View File

@ -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`.