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-12-18 00:53:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4aff8711f0
rust-clippy
/
tests
/
run-pass
/
ice-700.rs
8 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
Adapt run-pass tests to the tool_lints
2018-07-30 09:33:44 +00:00
#![
deny(clippy::all)
]
Fix ICE with match_def_path
2016-02-22 19:00:51 +00:00
fn
core
(
)
{
}
fn
main
(
)
{
core
(
)
;
}
Reference in a new issue
Copy permalink