mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
38d4ac7cea
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
7 lines
79 B
Rust
7 lines
79 B
Rust
#![allow(dead_code)]
|
|
#![warn(clippy::empty_enum)]
|
|
|
|
enum Empty {}
|
|
|
|
fn main() {}
|