blob: 3108e4e490659de2006995a7f6603070c2596a84 [file] [log] [blame] [edit]
error: missing `#[inline]` for a function
--> tests/ui/missing_inline_executable.rs:3:1
|
LL | pub fn foo() {}
| ^^^^^^^^^^^^^^^
|
= note: `-D clippy::missing-inline-in-public-items` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::missing_inline_in_public_items)]`
error: aborting due to 1 previous error