Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
missing_inline_executable.rs
blob: 444a7f1c964f02c6c484f81a88eb4f70cfa9b49e [
file
] [
log
] [
blame
]
//@ check-pass
#![
warn
(
clippy
::
missing_inline_in_public_items
)]
pub
fn
foo
()
{}
fn
main
()
{}