make more types public
This commit is contained in:
parent
6ba7065af1
commit
80ac32330f
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ impl fmt::Display for TestName {
|
|||
}
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, Eq)]
|
||||
enum NamePadding {
|
||||
pub enum NamePadding {
|
||||
PadNone,
|
||||
PadOnRight,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue