chore: remove dead code (#24185)

This commit is contained in:
Divy Srivastava 2024-06-12 19:43:03 +05:30 committed by GitHub
parent 3765e6b3a6
commit 05ec50672d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 13 deletions

View file

@ -1076,11 +1076,6 @@ impl LspTsConfig {
}
}
#[derive(Debug, Clone)]
pub struct LspWorkspaceConfig {
pub members: Vec<ModuleSpecifier>,
}
#[derive(Debug, Clone)]
pub struct LspPackageConfig {
pub nv: PackageNv,