Delete unused code

This commit is contained in:
Antonio Scandurra 2023-03-29 09:04:13 +02:00
parent 35b2aceffb
commit a64296938d
4 changed files with 0 additions and 42 deletions

View file

@ -78,12 +78,6 @@ pub trait ToLspPosition {
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub struct LanguageServerName(pub Arc<str>);
#[derive(Debug, Clone, Copy, PartialEq, Eq, Deserialize)]
pub enum ServerExecutionKind {
Launch,
Node,
}
#[derive(Debug, Clone, Deserialize)]
pub struct LanguageServerBinary {
pub path: PathBuf,