mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Update Cargo.lock
This commit is contained in:
parent
8844640c6f
commit
00a6cc0664
13 changed files with 333 additions and 341 deletions
|
@ -595,7 +595,7 @@ impl ActiveQuery {
|
|||
fn remove_cycle_participants(&mut self, cycle: &Cycle) {
|
||||
if let Some(my_dependencies) = &mut self.dependencies {
|
||||
for p in cycle.participant_keys() {
|
||||
my_dependencies.remove(&p);
|
||||
my_dependencies.swap_remove(&p);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue