mirror of
https://github.com/Noratrieb/ice-104649.git
synced 2026-01-14 12:35: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> {
|
||||
stream: St,
|
||||
f: F,
|
||||
future: Option<Fut>,
|
||||
future: Fut,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue