mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-22 23:52:12 -05:00
c4050b41a2
For now, I'm just punting on `typos_cli`s API. Fixes #171
13 lines
264 B
Rust
13 lines
264 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;
|