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
38d4ac7cea
rust
/
tests
/
ui
/
empty_enum.rs
7 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
Make tests pass
2017-02-04 23:59:39 -06:00
#![
allow(dead_code)
]
Adapt ui-tests to the tool_lints
2018-07-28 10:34:52 -05:00
#![
warn(clippy::empty_enum)
]
Implement empty_enum lint and add a test
2017-02-04 22:52:44 -06:00
remove all //~ from tests
2017-02-08 07:58:07 -06:00
enum
Empty
{
}
rustfmt tests
2018-12-09 16:26:16 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink