This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-28 17:53:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4f65bec39a
rust
/
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 New Issue
Copy Permalink