refactor(lib): fix many lint warnings
This commit is contained in:
		| @@ -95,7 +95,7 @@ where | ||||
| { | ||||
|     type Output = F::Output; | ||||
|  | ||||
|     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 me = unsafe { self.get_unchecked_mut() }; | ||||
|         loop { | ||||
|             match mem::replace(&mut me.state, State::Draining) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user