2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-03-09 01:37:16 +00:00
rust-clippy/tests/ui/missing_inline_executable.rs

5 lines
80 B
Rust

#![warn(clippy::missing_inline_in_public_items)]
pub fn foo() {}
fn main() {}