rust/tests/ui/missing_doc_crate_missing.rs

4 lines
62 B
Rust
Raw Normal View History

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