Sign in
android
/
toolchain
/
rustc
/
bcfff4e50dda5837a362e7ef749affe38767d9f2
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
missing_doc_crate_missing.rs
blob: 73584ac8c67d354b4d60c0835deef78cba2e210e [
file
]
#![
warn
(
clippy
::
missing_docs_in_private_items
)]
//~^ ERROR: missing documentation for the crate
//~| NOTE: `-D clippy::missing-docs-in-private-items` implied by `-D warnings`
fn
main
()
{}