2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2024-12-27 21:43:30 +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() {}