remove leftover comment

This commit is contained in:
Giacomo Pasini 2023-03-07 20:01:22 +01:00
parent c5d4e4d907
commit 153bfa06e5
No known key found for this signature in database
GPG Key ID: A03851B78A6C9A46

View File

@ -224,9 +224,6 @@ where
// We ignore borrow on drop because custom drop impls are not allowed in consts.
// FIXME: Reconsider if accounting for borrows in drops is necessary for const drop.
// We need to assign qualifs to the dropped location before visiting the operand that
// replaces it since qualifs can be cleared on move.
self.super_terminator(terminator, location);
}
}