Revert "Remove dead code flagged by lint"

This reverts commit bce7a6f4a9.
This commit is contained in:
Manish Goregaokar 2015-03-14 12:14:03 +05:30
parent 3e4be02b80
commit 82bcc55232

View File

@ -123,7 +123,6 @@ fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
#[derive(Clone, Copy)]
enum NamePadding {
PadNone,
#[allow(dead_code)]
PadOnLeft,
PadOnRight,
}