mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
6 lines
73 B
Rust
Executable file
6 lines
73 B
Rust
Executable file
|
|
|
|
fn main() {
|
|
#[clippy::author]
|
|
let _ = ::std::cmp::min(3, 4);
|
|
}
|