rust/tests/run-pass/ice-700.rs
2018-08-29 11:08:29 -07:00

10 lines
88 B
Rust

#![feature(tool_lints)]
#![deny(clippy::all)]
fn core() {}
fn main() {
core();
}