Make Runtime pub

This commit is contained in:
Matthias Beyer 2016-07-22 14:49:39 +02:00
parent 464a9c4e4e
commit e13722accb
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ impl<'a> Person<'a> {
}
}
struct Runtime<'a> {
pub struct Runtime<'a> {
repository: Option<Repository>,
author: Option<Person<'a>>,
committer: Option<Person<'a>>,