summaryrefslogtreecommitdiff
path: root/support/texlab/crates/diagnostics/src/lib.rs
blob: e5baf9ebdb069eff383835a77e8bfe09a11285a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
mod build_log;
pub mod chktex;
mod citations;
mod grammar;
mod labels;
mod manager;
mod types;

pub use manager::Manager;
pub use types::*;

#[cfg(test)]
mod tests;