summaryrefslogtreecommitdiff
path: root/support/texlab/build.rs
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-10-11 03:02:08 +0000
committerNorbert Preining <norbert@preining.info>2021-10-11 03:02:08 +0000
commitaac7fdc4c391b318efbdee17381ac83783b2fbbb (patch)
treea9e0357ea02c4fa81e0c8c6edb2e9343b79fff35 /support/texlab/build.rs
parente55f5510950cf773d024770b0a0d66b13e37dae0 (diff)
CTAN sync 202110110302
Diffstat (limited to 'support/texlab/build.rs')
-rw-r--r--support/texlab/build.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/support/texlab/build.rs b/support/texlab/build.rs
deleted file mode 100644
index e14ac6747e..0000000000
--- a/support/texlab/build.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-fn main() {
- println!("cargo:rerun-if-changed=src/citation/name/parser.lalrpop");
-
- #[cfg(feature = "citation")]
- lalrpop::process_root().unwrap();
-}