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

10 lines
60 B
Rust
Raw Normal View History

2017-09-18 10:47:33 +00:00
2016-02-22 19:00:51 +00:00
#![deny(clippy)]
fn core() {}
fn main() {
core();
}