mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
7 lines
87 B
Rust
7 lines
87 B
Rust
//@ check-pass
|
|
|
|
fn main() {
|
|
#[clippy::author]
|
|
let _ = ::std::cmp::min(3, 4);
|
|
}
|