Skip to content

Commit

Permalink
chore: Clear import chain in UsageCollect
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Aug 1, 2024
1 parent a4d19ea commit 2ab7fb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ impl UsageCollect {
break;
}
}
self.import_chain.clear();
self.id_usage.extend(new_usage);
}
}
Expand Down

0 comments on commit 2ab7fb6

Please # to comment.