summaryrefslogtreecommitdiff
path: root/cli/cache/http_cache/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cache/http_cache/mod.rs')
-rw-r--r--cli/cache/http_cache/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/cache/http_cache/mod.rs b/cli/cache/http_cache/mod.rs
index eb5c38bbd..8d09b0995 100644
--- a/cli/cache/http_cache/mod.rs
+++ b/cli/cache/http_cache/mod.rs
@@ -16,6 +16,7 @@ mod local;
pub use global::url_to_filename;
pub use global::GlobalHttpCache;
pub use local::LocalHttpCache;
+pub use local::LocalLspHttpCache;
/// Cached metadata about a url.
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq)]