From 05ec50672d39fb3b6cde308b07b6765ff4304433 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Wed, 12 Jun 2024 19:43:03 +0530 Subject: chore: remove dead code (#24185) --- cli/lsp/config.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cli/lsp') diff --git a/cli/lsp/config.rs b/cli/lsp/config.rs index 75433ad8a..bfadfe5ea 100644 --- a/cli/lsp/config.rs +++ b/cli/lsp/config.rs @@ -1076,11 +1076,6 @@ impl LspTsConfig { } } -#[derive(Debug, Clone)] -pub struct LspWorkspaceConfig { - pub members: Vec, -} - #[derive(Debug, Clone)] pub struct LspPackageConfig { pub nv: PackageNv, -- cgit v1.2.3