rust-clippy/tests/run-pass/ice-700.rs

8 lines
63 B
Rust
Raw Normal View History

2018-07-30 09:33:44 +00:00
#![deny(clippy::all)]
2016-02-22 19:00:51 +00:00
fn core() {}
fn main() {
core();
}