mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
9 lines
130 B
Rust
9 lines
130 B
Rust
#[cfg(feature = "map")]
|
|
mod map;
|
|
mod table;
|
|
mod trie;
|
|
|
|
#[cfg(feature = "map")]
|
|
pub use map::*;
|
|
pub use table::*;
|
|
pub use trie::*;
|