blob: 0cbceedbd6bdb195dd421a919eef50131c20ccb6 [file] [log] [blame]
#![deny(clippy::all)]
/// Test for https://github.com/rust-lang/rust-clippy/issues/700
fn core() {}
fn main() {
core();
}