blob: 444a7f1c964f02c6c484f81a88eb4f70cfa9b49e [file]
//@ check-pass
#![warn(clippy::missing_inline_in_public_items)]
pub fn foo() {}
fn main() {}