This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
granite-rust
Watch
1
Star
0
Fork
You've already forked granite-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
2755d12fa6
granite-rust
/
tests
/
ui
/
empty_enum.rs
7 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
Make tests pass
2017-02-04 22:59:39 -07: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-04 21:52:44 -07: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 a new issue
Copy permalink