Updating to latest Nightly

This commit is contained in:
Pauan 2019-02-16 11:14:49 +01:00
parent b8775cbb68
commit 479cebe800
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ impl<A, F, S> SignalVec for AnimatedMap<S, F>
},
},
Poll::Ready(None) => {
Pin::set(self.as_mut().signal(), None);
self.as_mut().signal().set(None);
break;
},
Poll::Pending => {