38d4ac7cea
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
8 lines
63 B
Rust
8 lines
63 B
Rust
#![deny(clippy::all)]
|
|
|
|
fn core() {}
|
|
|
|
fn main() {
|
|
core();
|
|
}
|