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