Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
missing-doc-crate.rs
blob: 04711f864886b06aab41b07bef741e9a2e84271d [
file
] [
log
] [
blame
]
#![
warn
(
clippy
::
missing_docs_in_private_items
)]
#![
feature
(
external_doc
)]
#![
doc
(
include
=
"../../README.md"
)]
fn
main
()
{}