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