mirror of
https://github.com/Noratrieb/ice-104649.git
synced 2026-01-14 20:45:01 +01:00
lol no futures
This commit is contained in:
parent
3cc8ff3bd5
commit
592e86e3f3
1 changed files with 1 additions and 5 deletions
|
|
@ -11,11 +11,7 @@ impl<T> Project for FutResult<T> {
|
||||||
}
|
}
|
||||||
|
|
||||||
mod fut {
|
mod fut {
|
||||||
use std::{
|
use std::future::Future;
|
||||||
future::Future,
|
|
||||||
pin::Pin,
|
|
||||||
task::{Context, Poll},
|
|
||||||
};
|
|
||||||
|
|
||||||
use crate::Project;
|
use crate::Project;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue