Skip to content

Commit

Permalink
oh
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 19, 2025
1 parent 1aacee1 commit 1119fa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl Data {
fn subtract_cycles(&mut self) {
let edges = take(&mut self.edges);

let mut graph = FastDiGraphMap::with_capacity(self.used_names.len(), self.edges.0.len());
let mut graph = FastDiGraphMap::with_capacity(self.used_names.len(), edges.0.len());
let mut graph_ix: IndexMap<(JsWord, SyntaxContext), u32, RandomState> =
IndexMap::with_capacity_and_hasher(self.used_names.len(), Default::default());

Expand Down

0 comments on commit 1119fa7

Please sign in to comment.