blob: 56024abc8f58dff58cc2141a06522c6dc1a3a737 [file] [log] [blame]
/// Test for https://github.com/rust-lang/rust-clippy/issues/2727
pub fn f(new: fn()) {
new();
}
fn main() {}