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-10 15:14:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
469281c0dd
rust-clippy
/
tests
/
ui
/
empty_enum.rs
7 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
Make tests pass
2017-02-05 05:59:39 +00:00
#![
allow(dead_code)
]
Adapt ui-tests to the tool_lints
2018-07-28 15:34:52 +00:00
#![
warn(clippy::empty_enum)
]
Implement empty_enum lint and add a test
2017-02-05 04:52:44 +00:00
remove all //~ from tests
2017-02-08 13:58:07 +00:00
enum
Empty
{
}
rustfmt tests
2018-12-09 22:26:16 +00:00
fn
main
(
)
{
}
Reference in a new issue
Copy permalink