]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/missing_inline_executable.rs
Auto merge of #87686 - matthiaskrgr:clippy_august_21_perf, r=jackh726
[rust.git] / src / tools / clippy / tests / ui / missing_inline_executable.rs
1 #![warn(clippy::missing_inline_in_public_items)]
2
3 pub fn foo() {}
4
5 fn main() {}