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
2025-02-17 14:38:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
73a1dd8e7f
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 12:47:33 +02:00
Fix ICE with match_def_path
2016-02-22 20:00:51 +01:00
#![
deny(clippy)
]
fn
core
(
)
{
}
fn
main
(
)
{
core
(
)
;
}
Reference in a new issue
Copy permalink