mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-18 17:15:05 +00:00
4 lines
71 B
Rust
4 lines
71 B
Rust
fn main() {
|
|
#[clippy::author]
|
|
let _ = ::std::cmp::min(3, 4);
|
|
}
|