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