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