]> git.lizzy.rs Git - rust.git/commit
Implement empty_enum lint and add a test
authorOwen Sanchez <pengowen816@gmail.com>
Sun, 5 Feb 2017 04:52:44 +0000 (21:52 -0700)
committerOwen Sanchez <pengowen816@gmail.com>
Sun, 5 Feb 2017 04:52:44 +0000 (21:52 -0700)
commit49238ad1d20538c778b4b3a820f4e630ab8d2a1f
tree2b24135eb24a47864e87c405415c5565e70eee24
parente88e637b67a8cdc4134153fcd4424829fc43c9ed
Implement empty_enum lint and add a test
clippy_lints/src/empty_enum.rs
tests/compile-fail/empty_enum.rs [new file with mode: 0644]