forked from mirrors/kingfisher
refactored rule loading
This commit is contained in:
parent
6d0027c14f
commit
1a6f03df26
7 changed files with 609 additions and 73 deletions
|
|
@ -141,14 +141,4 @@ pub struct CommitMetadata {
|
|||
|
||||
#[serde(with = "TextTime")]
|
||||
pub committer_timestamp: Time,
|
||||
// #[serde(with = "BStringLossyUtf8")]
|
||||
// pub author_name: BString,
|
||||
|
||||
// #[serde(with = "BStringLossyUtf8")]
|
||||
// pub author_email: BString,
|
||||
|
||||
// #[serde(with = "TextTime")]
|
||||
// pub author_timestamp: Time,
|
||||
// #[serde(with = "BStringLossyUtf8")]
|
||||
// pub message: BString,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue