Update clippy lint
This commit is contained in:
parent
1e701e5b8e
commit
21c72b6979
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ struct PossibleBorrowerMap<'a, 'tcx> {
|
|||
impl PossibleBorrowerMap<'_, '_> {
|
||||
/// Returns true if the set of borrowers of `borrowed` living at `at` matches with `borrowers`.
|
||||
fn only_borrowers(&mut self, borrowers: &[mir::Local], borrowed: mir::Local, at: mir::Location) -> bool {
|
||||
self.maybe_live.seek_after(at);
|
||||
self.maybe_live.seek_after_primary_effect(at);
|
||||
|
||||
self.bitset.0.clear();
|
||||
let maybe_live = &mut self.maybe_live;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue