mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
12 lines
318 B
Text
12 lines
318 B
Text
error: missing documentation for the crate
|
|
--> $DIR/missing_doc_crate_missing.rs:1:1
|
|
|
|
|
LL | / #![warn(clippy::missing_docs_in_private_items)]
|
|
LL | |
|
|
LL | | fn main() {}
|
|
| |____________^
|
|
|
|
|
= note: `-D clippy::missing-docs-in-private-items` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|