summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/lsp/documents.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/documents.rs b/cli/lsp/documents.rs
index 1fd9b541d..fb0540bcd 100644
--- a/cli/lsp/documents.rs
+++ b/cli/lsp/documents.rs
@@ -634,7 +634,7 @@ struct FileSystemDocuments {
}
impl FileSystemDocuments {
- pub fn get<'a>(
+ pub fn get(
&mut self,
cache: &HttpCache,
maybe_resolver: Option<&dyn deno_graph::source::Resolver>,