mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
7 lines
158 B
Rust
7 lines
158 B
Rust
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
|
#![warn(clippy::print_stderr)]
|
|
#![warn(clippy::print_stdout)]
|
|
|
|
mod dict_codegen;
|
|
|
|
pub use crate::dict_codegen::*;
|