summaryrefslogtreecommitdiff
path: root/support/texlab/crates/diagnostics/src/grammar.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/diagnostics/src/grammar.rs')
-rw-r--r--support/texlab/crates/diagnostics/src/grammar.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/support/texlab/crates/diagnostics/src/grammar.rs b/support/texlab/crates/diagnostics/src/grammar.rs
index 1a9e3cecda..df05ee6d14 100644
--- a/support/texlab/crates/diagnostics/src/grammar.rs
+++ b/support/texlab/crates/diagnostics/src/grammar.rs
@@ -1,4 +1,2 @@
-mod bib;
-mod tex;
-
-pub use self::{bib::BibSyntaxErrors, tex::TexSyntaxErrors};
+pub mod bib;
+pub mod tex;