mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
5 lines
189 B
Rust
5 lines
189 B
Rust
#![warn(clippy::missing_docs_in_private_items)]
|
|
//~^ ERROR: missing documentation for the crate
|
|
//~| NOTE: `-D clippy::missing-docs-in-private-items` implied by `-D warnings`
|
|
|
|
fn main() {}
|