make PullRequest's milestone field optional
				
					
				
			This commit is contained in:
		
							parent
							
								
									19effc86d0
								
							
						
					
					
						commit
						31a53eb88a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -358,7 +358,7 @@ pub struct PullRequest {
 | 
			
		|||
    #[serde(with = "time::serde::rfc3339::option")]
 | 
			
		||||
    pub merged_at: Option<time::OffsetDateTime>,
 | 
			
		||||
    pub merged_by: User,
 | 
			
		||||
    pub milestone: Milestone,
 | 
			
		||||
    pub milestone: Option<Milestone>,
 | 
			
		||||
    pub number: u64,
 | 
			
		||||
    pub patch_url: Url,
 | 
			
		||||
    pub pin_order: u64,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue