summaryrefslogtreecommitdiff
path: root/cli/module_graph.rs
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-08-18 18:30:13 +0200
committerBert Belder <bertbelder@gmail.com>2020-08-19 02:01:48 +0200
commit27f4aeb92469660fdd78a89a7b2902c08a23ca4a (patch)
treee2076aaf31f0708e5037f46d3750f93b0d637417 /cli/module_graph.rs
parentde1007fc6a2a6c2909732dcb87a5af6c1e370b09 (diff)
Make Rc/Arc wrapper around State/GlobalState visible (#7104)
Diffstat (limited to 'cli/module_graph.rs')
-rw-r--r--cli/module_graph.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/module_graph.rs b/cli/module_graph.rs
index 9214fad33..3c07acd3b 100644
--- a/cli/module_graph.rs
+++ b/cli/module_graph.rs
@@ -582,7 +582,7 @@ impl ModuleGraphLoader {
#[cfg(test)]
mod tests {
use super::*;
- use crate::GlobalState;
+ use crate::global_state::GlobalState;
async fn build_graph(
module_specifier: &ModuleSpecifier,