summaryrefslogtreecommitdiff
path: root/support/texlab/build.rs
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-23 03:00:39 +0000
committerNorbert Preining <norbert@preining.info>2021-05-23 03:00:39 +0000
commitf1261b349e875b842745b63258c3e338cb1fe3bf (patch)
treeb5d402b3e80818cde2c079a42249f3dcb9732247 /support/texlab/build.rs
parent58aa1ac09b1d9e4769d0a0661cf12e2b2db41b14 (diff)
CTAN sync 202105230300
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();