diff options
Diffstat (limited to 'cli/lsp/cache.rs')
-rw-r--r-- | cli/lsp/cache.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/lsp/cache.rs b/cli/lsp/cache.rs index 16ad76451..562ad78b0 100644 --- a/cli/lsp/cache.rs +++ b/cli/lsp/cache.rs @@ -80,6 +80,7 @@ impl CacheServer { maybe_resolver, None, None, + None, ) .await; |