This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ca437e81a7
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 08:36:07 -05:00
Test for ExprCall in clippy::author
2018-05-27 09:04:28 -05:00
fn
main
(
)
{
#[
clippy::author
]
let
_
=
::
std
::
cmp
::
min
(
3
,
4
)
;
}
Reference in New Issue
Copy Permalink