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-24 05:33:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
817da4c00a
rust-clippy
/
tests
/
run-pass
/
ice-1588.rs
14 lines
132 B
Rust
Raw
Normal View
History
Unescape
Escape
Reduce the hackiness of cargo-clippy
2017-09-18 10:47:33 +00:00
Fix ice
2017-03-03 13:46:33 +00:00
#![
allow(clippy)
]
fn
main
(
)
{
match
1
{
1
=
>
{
}
2
=
>
{
[
0
;
1
]
;
}
_
=
>
{
}
}
}
Reference in a new issue
Copy permalink