mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
13 lines
314 B
Text
13 lines
314 B
Text
|
error: missing documentation for 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
|
||
|
|