This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2024-11-14 17:07:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
45bab501e1
rust-clippy
/
tests
/
run-pass
/
ice-2727.rs
Oliver Schneider
c6e35eae53
Check that we don't treat any type but a range type as a range
2018-05-08 17:16:01 +02:00
5 lines
49 B
Rust
Raw
Blame
History
pub
fn
f
(
new
:
fn
(
)
)
{
new
(
)
;
}
fn
main
(
)
{
}
Reference in a new issue
View git blame
Copy permalink