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
f96eb611f8eb74fb865b51bf88683267c6885375
rust
/
tests
/
ui
/
author
/
call.rs
7 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into clippy-subtree-update
2025-02-28 23:20:48 +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