Skip to content

Commit 80ac323

Browse files
authored
make more types public
1 parent 6ba7065 commit 80ac323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl fmt::Display for TestName {
106106
}
107107

108108
#[derive(Clone, Copy, PartialEq, Eq)]
109-
enum NamePadding {
109+
pub enum NamePadding {
110110
PadNone,
111111
PadOnRight,
112112
}

0 commit comments

Comments
 (0)