2020-12-20 16:19:49 +00:00
|
|
|
error: missing documentation for the crate
|
2022-08-11 17:42:16 +00:00
|
|
|
--> $DIR/missing_doc_crate_missing.rs:1:1
|
2019-03-14 18:38:41 +00:00
|
|
|
|
|
|
|
|
LL | / #![warn(clippy::missing_docs_in_private_items)]
|
|
|
|
LL | |
|
2023-08-24 19:32:12 +00:00
|
|
|
LL | |
|
|
|
|
LL | |
|
2019-03-14 18:38:41 +00:00
|
|
|
LL | | fn main() {}
|
|
|
|
| |____________^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::missing-docs-in-private-items` implied by `-D warnings`
|
2023-08-01 12:02:21 +00:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::missing_docs_in_private_items)]`
|
2019-03-14 18:38:41 +00:00
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-03-14 18:38:41 +00:00
|
|
|
|