rust/clippy_workspace_tests/src/main.rs
2019-02-03 14:47:03 +01:00

5 lines
42 B
Rust

#![deny(rust_2018_idioms)]
fn main() {
}