Sign in
rust
/
rust
/
cf16cd9b751f6e13caec393cef4f6f67de2f3da8
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
author
/
call.rs
blob: 8d48eb7bd3e37bd3f5eea7db40e34c4db8dc242d [
file
]
//@ check-pass
fn
main
()
{
#[
clippy
::
author
]
let
_
=
::
std
::
cmp
::
min
(
3
,
4
);
}