mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 19:53:46 +00:00
10 lines
60 B
Rust
10 lines
60 B
Rust
|
|
|
|
#![deny(clippy)]
|
|
|
|
fn core() {}
|
|
|
|
fn main() {
|
|
core();
|
|
}
|