From 27f4aeb92469660fdd78a89a7b2902c08a23ca4a Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 18 Aug 2020 18:30:13 +0200 Subject: Make Rc/Arc wrapper around State/GlobalState visible (#7104) --- cli/module_graph.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/module_graph.rs') 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, -- cgit v1.2.3