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