Sign in
◑
Theme
rust
/
rust
/
8662be8340e5e2bc06fe16b7df0a7d02ebdf5e64
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
missing_inline_executable.rs
blob: 2ab3e3b7825d529ae0fe551dc06dc619f7985ff4 [
file
]
#![
warn
(
clippy
::
missing_inline_in_public_items
)]
pub
fn
foo
()
{}
//~^ missing_inline_in_public_items
fn
main
()
{}