diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-14 12:14:03 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-14 12:14:03 +0530 |
| commit | 82bcc552327e1cb0b82d35caf04c4a3d07769561 (patch) | |
| tree | 570c08586f797a03d07e4fd57395332b92659419 /src/libtest | |
| parent | 3e4be02b80a3dd27bce20870958fe0aef7e7336d (diff) | |
| download | rust-82bcc552327e1cb0b82d35caf04c4a3d07769561.tar.gz rust-82bcc552327e1cb0b82d35caf04c4a3d07769561.zip | |
Revert "Remove dead code flagged by lint"
This reverts commit bce7a6f4a9edd23c73bf4fc390db3037895c1850.
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index ca8a60553ab..3de24b1383f 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -123,7 +123,6 @@ impl fmt::Display for TestName { #[derive(Clone, Copy)] enum NamePadding { PadNone, - #[allow(dead_code)] PadOnLeft, PadOnRight, } |
