7 lines
134 B
Rust
7 lines
134 B
Rust
pub mod author;
|
|
pub mod conf;
|
|
pub mod inspector;
|
|
#[cfg(feature = "internal-lints")]
|
|
pub mod internal_lints;
|
|
|
|
pub use clippy_utils::*;
|