mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-18 00:53:31 +00:00
38d4ac7cea
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
7 lines
63 B
Rust
7 lines
63 B
Rust
#![deny(clippy::all)]
|
|
|
|
fn core() {}
|
|
|
|
fn main() {
|
|
core();
|
|
}
|