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

10 lines
88 B
Rust
Raw Normal View History

2018-07-30 11:33:44 +02:00
#![feature(tool_lints)]
2017-09-18 12:47:33 +02:00
2018-07-30 11:33:44 +02:00
#![deny(clippy::all)]
2016-02-22 20:00:51 +01:00
fn core() {}
fn main() {
core();
}