mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-25 20:43:18 +00:00
5 lines
150 B
Rust
5 lines
150 B
Rust
pub mod author;
|
|
pub mod conf;
|
|
pub mod inspector;
|
|
#[cfg(any(feature = "internal-lints", feature = "metadata-collector-lint"))]
|
|
pub mod internal_lints;
|