Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-lsp/src/client.rs')
-rw-r--r--helix-lsp/src/client.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp/src/client.rs b/helix-lsp/src/client.rs
index 5b3518e8..ee67201b 100644
--- a/helix-lsp/src/client.rs
+++ b/helix-lsp/src/client.rs
@@ -74,7 +74,7 @@ impl Client {
self: &Arc<Self>,
root_markers: &RootMarkers,
manual_roots: &[PathBuf],
- doc_path: Option<&std::path::PathBuf>,
+ doc_path: Option<&std::path::Path>,
may_support_workspace: bool,
) -> bool {
let (workspace, workspace_is_cwd) = find_workspace();