Remove unused fields (#11158)

Release Notes:


- N/A
This commit is contained in:
Thorsten Ball 2024-04-29 15:34:34 +02:00 committed by GitHub
parent 45d217f6e0
commit 9693e394f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)]