This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0d584f3ff7
rust
/
tests
/
ui
/
empty_enum.rs
7 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
Make tests pass
2017-02-05 06:59:39 +01:00
#![
allow(dead_code)
]
Adapt ui-tests to the tool_lints
2018-07-28 17:34:52 +02:00
#![
warn(clippy::empty_enum)
]
Implement empty_enum lint and add a test
2017-02-05 05:52:44 +01:00
remove all //~ from tests
2017-02-08 14:58:07 +01:00
enum
Empty
{
}
rustfmt tests
2018-12-09 23:26:16 +01:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink