summaryrefslogtreecommitdiff
path: root/support/texlab/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/build.rs')
-rw-r--r--support/texlab/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/build.rs b/support/texlab/build.rs
index 5283240997..e14ac6747e 100644
--- a/support/texlab/build.rs
+++ b/support/texlab/build.rs
@@ -1,5 +1,5 @@
fn main() {
- println!("cargo:rerun-if-changed=src/citeproc/name/parser.lalrpop");
+ println!("cargo:rerun-if-changed=src/citation/name/parser.lalrpop");
#[cfg(feature = "citation")]
lalrpop::process_root().unwrap();