mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-23 08:02:15 -05:00
13dbffcf7c
Fixes #682
16 lines
299 B
Rust
16 lines
299 B
Rust
/// `typos_cli`'s API is unstable. Open an issue for starting a discussion on getting a subset
|
|
/// stabilized.
|
|
|
|
#[doc(hidden)]
|
|
pub mod config;
|
|
#[doc(hidden)]
|
|
pub mod dict;
|
|
#[doc(hidden)]
|
|
pub mod file;
|
|
#[doc(hidden)]
|
|
pub mod policy;
|
|
#[doc(hidden)]
|
|
pub mod report;
|
|
|
|
mod default_types;
|
|
mod file_type;
|