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
3cc8ff3bd5
commit
592e86e3f3
1 changed files with 1 additions and 5 deletions
|
|
@ -11,11 +11,7 @@ impl<T> Project for FutResult<T> {
|
|||
}
|
||||
|
||||
mod fut {
|
||||
use std::{
|
||||
future::Future,
|
||||
pin::Pin,
|
||||
task::{Context, Poll},
|
||||
};
|
||||
use std::future::Future;
|
||||
|
||||
use crate::Project;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue