mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 19:12:50 +00:00
7 lines
73 B
Rust
Executable File
7 lines
73 B
Rust
Executable File
|
|
|
|
fn main() {
|
|
#[clippy::author]
|
|
let _ = ::std::cmp::min(3, 4);
|
|
}
|