Remove dead code flagged by lint

This commit is contained in:
Seo Sanghyeon 2015-01-21 23:07:23 +09:00
parent 7858cb432d
commit bce7a6f4a9

View file

@ -118,6 +118,7 @@ impl fmt::Display for TestName {
#[derive(Clone, Copy)]
enum NamePadding {
PadNone,
#[allow(dead_code)]
PadOnLeft,
PadOnRight,
}