This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
0972c3b56596b51f9cfdf99a5ad74c754e94d3aa
rust
/
tests
/
ui
/
author
/
call.rs
7 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
Update UI tests
2025-02-11 17:57:08 +01:00
//@ check-pass
Test for ExprCall in clippy::author
2018-05-27 16:04:28 +02:00
fn
main
(
)
{
#[
clippy::author
]
let
_
=
::
std
::
cmp
::
min
(
3
,
4
)
;
}
Reference in New Issue
Copy Permalink