chore(dependencies): update pin-project to 0.4
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							d40978ce08
						
					
				
				
					commit
					bcb66736fb
				
			| @@ -61,12 +61,12 @@ where | ||||
|     type Output = crate::Result<()>; | ||||
|  | ||||
|     #[project] | ||||
|     fn poll(mut self: Pin<&mut Self>, cx: &mut task::Context<'_>) -> Poll<Self::Output> { | ||||
|     fn poll(self: Pin<&mut Self>, cx: &mut task::Context<'_>) -> Poll<Self::Output> { | ||||
|         let mut me = self.project(); | ||||
|         loop { | ||||
|             let next = { | ||||
|                 #[project] | ||||
|                 match me.state.project() { | ||||
|                 match me.state.as_mut().project() { | ||||
|                     State::Running { | ||||
|                         drain, | ||||
|                         spawn_all, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user