Skip to content

Commit

Permalink
remove clone from pull request files
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Nov 15, 2023
1 parent cf2ca25 commit 6724989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ impl Issue {
}
}

#[derive(Debug, serde::Deserialize, Clone)]
#[derive(Debug, serde::Deserialize)]
pub struct PullRequestFile {
pub sha: String,
pub filename: String,
Expand Down

0 comments on commit 6724989

Please sign in to comment.