diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-08-19 19:13:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 19:13:43 +0200 |
commit | be1e7ab5320c0a110998818c3916c79b39710613 (patch) | |
tree | 91b54be5cc70507ce65cf1846c953938a3f234b2 /cli/global_state.rs | |
parent | 1507a8cf2d8bce8c3596583b995fea4914a99203 (diff) |
refactor: move cli/doc/ to separate crate (#7103)
Diffstat (limited to 'cli/global_state.rs')
-rw-r--r-- | cli/global_state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/global_state.rs b/cli/global_state.rs index a1d4af86c..daabcf519 100644 --- a/cli/global_state.rs +++ b/cli/global_state.rs @@ -313,8 +313,8 @@ fn thread_safe() { #[test] fn test_should_allow_js() { - use crate::doc::Location; use crate::module_graph::ImportDescriptor; + use crate::swc_util::Location; assert!(should_allow_js(&[ &ModuleGraphFile { |