rust-clippy/tests/ui/missing_doc_crate_missing.rs

3 lines
62 B
Rust

#![warn(clippy::missing_docs_in_private_items)]
fn main() {}