This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
50ffaca4c9
rust
/
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 05:47:33 -05:00
Fix ICE with match_def_path
2016-02-22 13:00:51 -06:00
#![
deny(clippy)
]
fn
core
(
)
{
}
fn
main
(
)
{
core
(
)
;
}
Reference in New Issue
Copy Permalink