Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 23, 2023
1 parent 2929506 commit f38b479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/swc_fast_graph/src/digraph.rs
Expand Up @@ -25,6 +25,7 @@ use petgraph::{
},
Directed, Direction, EdgeType, Incoming, IntoWeightedEdge, Outgoing, Undirected,
};
use rustc_hash::FxHasher;
use swc_common::collections::AHashSet;

type FxBuildHasher = BuildHasherDefault<FxHasher>;
Expand Down

0 comments on commit f38b479

Please sign in to comment.