This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ab71f08663
rust
/
tests
/
ui
/
author
/
call.rs
7 lines
73 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove now stable tool_attributes feature
2018-08-23 15:36:07 +02:00
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