Sign in
rust
/
rust-clippy
/
ef6e711dc1c8feaa1f00a41bc5b0ca9fcbce1fb3
/
.
/
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
()
{}