lol no futures

This commit is contained in:
nora 2022-11-20 22:08:58 +01:00
parent 0ec210b468
commit 3cc8ff3bd5
No known key found for this signature in database

View file

@ -67,7 +67,7 @@ mod fut {
pub struct ForEach<St, Fut, F> {
stream: St,
f: F,
future: Option<Fut>,
future: Fut,
}
}