diff options
Diffstat (limited to 'cli/lsp/config.rs')
-rw-r--r-- | cli/lsp/config.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/lsp/config.rs b/cli/lsp/config.rs index e1fed5a54..597f45688 100644 --- a/cli/lsp/config.rs +++ b/cli/lsp/config.rs @@ -1454,10 +1454,6 @@ impl ConfigTree { .unwrap_or_default() } - pub fn root_vendor_dir(&self) -> Option<&PathBuf> { - self.root_data().and_then(|d| d.vendor_dir.as_ref()) - } - pub fn root_lockfile(&self) -> Option<&Arc<Mutex<Lockfile>>> { self.root_data().and_then(|d| d.lockfile.as_ref()) } |