Address flip1995's review comments

This commit is contained in:
nahuakang 2021-01-04 17:47:59 +01:00
parent 275988cb73
commit bc97f5d215
2 changed files with 16 additions and 6 deletions

View file

@ -0,0 +1,7 @@
#![allow(dead_code)]
#![warn(clippy::empty_enum)]
// `never_type` is not enabled; this test has no stderr file
enum Empty {}
fn main() {}