diff options
Diffstat (limited to 'cli/cache/mod.rs')
-rw-r--r-- | cli/cache/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/cache/mod.rs b/cli/cache/mod.rs index 7903a9665..2427133d1 100644 --- a/cli/cache/mod.rs +++ b/cli/cache/mod.rs @@ -38,6 +38,7 @@ pub use http_cache::CachedUrlMetadata; pub use http_cache::GlobalHttpCache; pub use http_cache::HttpCache; pub use http_cache::LocalHttpCache; +pub use http_cache::LocalLspHttpCache; pub use incremental::IncrementalCache; pub use node::NodeAnalysisCache; pub use parsed_source::ParsedSourceCache; |