diff options
author | gurv-s <vargwin@gmail.com> | 2019-06-08 16:40:12 +0530 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-08 10:59:20 -0400 |
commit | 35f879ad32bc7fddb1c20e9a4154f42c7b9b8350 (patch) | |
tree | 4946e49a5835bad88072b136fbfec44fc86a19e9 /cli/state.rs | |
parent | 95eac608a6e9793307d6f19a546a2a980542b839 (diff) |
Remove tokio_util::block_on dep in compile_async and other cleanup
Diffstat (limited to 'cli/state.rs')
-rw-r--r-- | cli/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/state.rs b/cli/state.rs index 34d2b87cd..d7681fc79 100644 --- a/cli/state.rs +++ b/cli/state.rs @@ -103,7 +103,7 @@ impl ThreadSafeState { } } -fn fetch_module_meta_data_and_maybe_compile_async( +pub fn fetch_module_meta_data_and_maybe_compile_async( state: &ThreadSafeState, specifier: &str, referrer: &str, |