mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
parent
13c17267b9
commit
70427daed2
1 changed files with 0 additions and 2 deletions
|
@ -75,7 +75,6 @@ pub struct CommitDetails {
|
|||
pub message: String,
|
||||
pub parsed_message: ParsedMarkdown,
|
||||
pub permalink: Option<Url>,
|
||||
pub avatar_url: Option<Url>,
|
||||
pub remote: Option<GitRemote>,
|
||||
}
|
||||
|
||||
|
@ -446,7 +445,6 @@ async fn parse_commit_messages(
|
|||
parsed_message,
|
||||
permalink,
|
||||
remote,
|
||||
avatar_url: None,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue