mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
remove an extraneous comment
Co-authored-by: Rémy Rakic <remy.rakic+github@gmail.com>
This commit is contained in:
parent
34edb21f0b
commit
13c7122df8
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user