Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
missing_doc_crate_missing.rs
blob: 51fd57df8df1da962322d50dc6edcf85726e9661 [
file
] [
log
] [
blame
]
#![
warn
(
clippy
::
missing_docs_in_private_items
)]
fn
main
()
{}