mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 06:05:19 +00:00
parent
45d217f6e0
commit
9693e394f7
1 changed files with 0 additions and 5 deletions
|
@ -40,18 +40,13 @@ struct Commit {
|
|||
|
||||
#[derive(Debug, Deserialize)]
|
||||
struct Author {
|
||||
name: String,
|
||||
email: String,
|
||||
date: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
struct User {
|
||||
pub login: String,
|
||||
pub id: u64,
|
||||
pub node_id: String,
|
||||
pub avatar_url: String,
|
||||
pub gravatar_id: String,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Reference in a new issue