make more types public

This commit is contained in:
Oliver Schneider 2017-02-14 16:02:53 +01:00 committed by GitHub
parent 6ba7065af1
commit 80ac32330f

View File

@ -106,7 +106,7 @@ impl fmt::Display for TestName {
}
#[derive(Clone, Copy, PartialEq, Eq)]
enum NamePadding {
pub enum NamePadding {
PadNone,
PadOnRight,
}