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-15 01:17:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
78b8d5cf1a
rust-clippy
/
tests
/
run-pass
/
ice-700.rs
10 lines
60 B
Rust
Raw
Normal View
History
Unescape
Escape
Reduce the hackiness of cargo-clippy
2017-09-18 10:47:33 +00:00
Fix ICE with match_def_path
2016-02-22 19:00:51 +00:00
#![
deny(clippy)
]
fn
core
(
)
{
}
fn
main
(
)
{
core
(
)
;
}
Reference in a new issue
Copy permalink