summaryrefslogtreecommitdiff
path: root/support/texlab/src/completion/bibtex/mod.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/src/completion/bibtex/mod.rs
parent58aa1ac09b1d9e4769d0a0661cf12e2b2db41b14 (diff)
CTAN sync 202105230300
Diffstat (limited to 'support/texlab/src/completion/bibtex/mod.rs')
-rw-r--r--support/texlab/src/completion/bibtex/mod.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/support/texlab/src/completion/bibtex/mod.rs b/support/texlab/src/completion/bibtex/mod.rs
deleted file mode 100644
index 96f3a94932..0000000000
--- a/support/texlab/src/completion/bibtex/mod.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-pub mod cmd;
-pub mod entry_type;
-pub mod field_name;