Make trait pub

This commit is contained in:
Greg Fitzgerald
2019-02-21 13:32:25 -07:00
parent f76ac94d70
commit 511085b747

View File

@@ -48,7 +48,7 @@ impl Index<usize> for LeaderSchedule {
}
}
trait LeaderScheduleUtil {
pub trait LeaderScheduleUtil {
/// Return the leader schedule for the current epoch.
fn leader_schedule(&self) -> LeaderSchedule;
}