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
ca437e81a730e2b449b50e00f3bb7f3d381f327d
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