Skip to content

Commit

Permalink
make more types public
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk authored Feb 14, 2017
1 parent 6ba7065 commit 80ac323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtest/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl fmt::Display for TestName {
}

#[derive(Clone, Copy, PartialEq, Eq)]
enum NamePadding {
pub enum NamePadding {
PadNone,
PadOnRight,
}
Expand Down

0 comments on commit 80ac323

Please sign in to comment.