chore(dependencies): update pin-project to 0.4
This commit is contained in:
committed by
Sean McArthur
parent
d40978ce08
commit
bcb66736fb
@@ -214,7 +214,7 @@ where
|
||||
{
|
||||
type Output = crate::Result<()>;
|
||||
|
||||
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> {
|
||||
self.project().spawn_all.poll_watch(cx, &NoopWatcher)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user