about summary refs log tree commit diff
path: root/clippy_lints/src/empty_enum.rs
AgeCommit message (Expand)AuthorLines
2017-08-14RustfmtOliver Schneider-3/+6
2017-04-27Update to latest rustc versionOliver Schneider-1/+1
2017-02-05Make rustfmt happyOwen Sanchez-2/+1
2017-02-04Suggest to use a wrapper in the wiki for the empty_enum lintOwen Sanchez-1/+2
2017-02-04Implement empty_enum lint and add a testOwen Sanchez-43/+7
2017-02-04Add empty_enum lint (just a copy of large_enum_variant for now)Owen Sanchez-0/+82