summaryrefslogtreecommitdiffstats
path: root/src/generated/structs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/generated/structs.rs')
-rw-r--r--src/generated/structs.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/generated/structs.rs b/src/generated/structs.rs
index f7b8ce8..5b97ac9 100644
--- a/src/generated/structs.rs
+++ b/src/generated/structs.rs
@@ -2034,6 +2034,7 @@ pub struct PullRequest {
#[serde(deserialize_with = "crate::none_if_blank_url")]
pub patch_url: Option<url::Url>,
pub pin_order: Option<u64>,
+ #[serde(deserialize_with = "crate::requested_reviewers_ignore_null")]
pub requested_reviewers: Option<Vec<User>>,
pub state: Option<StateType>,
pub title: Option<String>,