mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
parent
13c17267b9
commit
70427daed2
@ -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 New Issue
Block a user