rust-clippy/tests/ui/missing-doc-crate-missing.rs

3 lines
62 B
Rust

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