summaryrefslogtreecommitdiff
path: root/support/texlab/crates/texlab/src/server/options.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/texlab/src/server/options.rs')
-rw-r--r--support/texlab/crates/texlab/src/server/options.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/texlab/crates/texlab/src/server/options.rs b/support/texlab/crates/texlab/src/server/options.rs
index 02200392f6..3f50faefd7 100644
--- a/support/texlab/crates/texlab/src/server/options.rs
+++ b/support/texlab/crates/texlab/src/server/options.rs
@@ -5,7 +5,6 @@ use serde::{Deserialize, Serialize};
#[serde(rename_all = "camelCase")]
#[serde(default)]
pub struct Options {
- pub root_directory: Option<String>,
pub aux_directory: Option<String>,
pub bibtex_formatter: BibtexFormatter,
pub latex_formatter: LatexFormatter,