mirror of
https://github.com/Noratrieb/ice-104649.git
synced 2026-01-17 05:45:02 +01:00
lol no futures
This commit is contained in:
parent
0ec210b468
commit
3cc8ff3bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ mod fut {
|
||||||
pub struct ForEach<St, Fut, F> {
|
pub struct ForEach<St, Fut, F> {
|
||||||
stream: St,
|
stream: St,
|
||||||
f: F,
|
f: F,
|
||||||
future: Option<Fut>,
|
future: Fut,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue